Commit Graph

4 Commits

Author SHA1 Message Date
Evan Sours
0e43d6c6f5 Fixed Install -> commands.LoadAssembly
await commands.LoadAssembly(Assembly.GetCurrentAssembly(), map);
->
await commands.AddModulesAsync(Assembly.GetEntryAssembly());
2016-12-03 17:44:32 -07:00
Christopher F
77342903bb Update Documentation to be compatible with Beta2
this one took a while
2016-10-15 17:28:36 -04:00
Christopher F
af4ede31b8 Fix Samples on Docs; Fix Links on Docs; add FAQ page to docs 2016-07-29 20:48:33 -04:00
Christopher F
c5d63485c1 Add docs for the Command Service 2016-07-22 01:48:24 -04:00