Commit Graph

21 Commits

Author SHA1 Message Date
Joe4evr
af33689d1e Respond to feedback 2017-01-31 02:47:05 +01:00
Joe4evr
c7bb1cdf31 Fix whitespace 2017-01-31 02:36:57 +01:00
Joe4evr
02969ff7b5 Update doc samples for correctness, consistency, and a better complete quickstart example. 2017-01-31 02:28:53 +01:00
Christopher F
6a0f41a4dc Add voice guide 2017-01-26 15:50:55 -05:00
Alex
4188a27401 Unparsed -> Remainder in example. 2017-01-14 18:49:40 -05:00
Evan Sours
cdb723bbeb Fixed async method
CheckPermissions was not set to async so await would not work.
2016-12-03 18:25:31 -07:00
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
Evan Sours
dd9ae6e870 Fixed HandleCommand Error message
if (!result.IsSuccess)
    await msg.Channel.SendMessageAsync(result.ErrorReason);
}
msg -> context
2016-12-03 17:02:08 -07:00
Christopher F
779aaffbf4 [docs] rewrite commands, update samples 2016-12-03 16:41:45 -05:00
zenima
13f48424d5 Updated ModifyStatus sample 2016-11-15 09:06:15 +01: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
a2b4f47acf [docs] replace description with summary
Resolves #280
2016-09-10 14:26:24 -04:00
Christopher F
8406bd8f73 Update docs to reflect IMessage->IUserMessage
As changed in 23a0316252
2016-08-27 22:16:51 -04:00
Christopher F
36d3257440 Add a sample for getting the Guild from an IMessage
some users were having trouble with this
2016-08-27 17:50:03 -04:00
Christopher F
4e636f732d Add documentation for Preconditions, Aliases, Command Structure
Resolves #223
2016-08-27 17:44:58 -04:00
Christopher F
52d536fe6a Include Documentation for Migrating from 0.9.x to 1.0 2016-08-25 19:10:01 -04:00
Christopher F
c6115ea7f6 [docs] Document TypeReaders, Events, and Joining Audio 2016-08-01 21:05:40 -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
Christopher F
1af94410d7 Port terminology + logging 2016-07-21 18:08:07 -04:00
Christopher F
e251582dc2 Port 'Getting Started' from Old Docs 2016-07-21 17:42:39 -04:00