Commit Graph

6 Commits

Author SHA1 Message Date
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
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
8406bd8f73 Update docs to reflect IMessage->IUserMessage
As changed in 23a0316252
2016-08-27 22:16:51 -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