Christopher F
|
6a0f41a4dc
|
Add voice guide
|
8 years ago |
Christopher F
|
236304c1a4
|
Include command contexts on docs
|
8 years ago |
Alex
|
4188a27401
|
Unparsed -> Remainder in example.
|
8 years ago |
Yivlx
|
419bc1e98a
|
Changed "his" to "this"
Typically, you will want to mark his method as `async`, although it is
not required.
Changed `his` to `this`
|
8 years ago |
Evan Sours
|
cdb723bbeb
|
Fixed async method
CheckPermissions was not set to async so await would not work.
|
8 years ago |
Evan Sours
|
0e43d6c6f5
|
Fixed Install -> commands.LoadAssembly
await commands.LoadAssembly(Assembly.GetCurrentAssembly(), map);
->
await commands.AddModulesAsync(Assembly.GetEntryAssembly());
|
8 years ago |
Evan Sours
|
dd9ae6e870
|
Fixed HandleCommand Error message
if (!result.IsSuccess)
await msg.Channel.SendMessageAsync(result.ErrorReason);
}
msg -> context
|
8 years ago |
Christopher F
|
d8c0f0aa4c
|
[docs] fix xrefs
|
8 years ago |
Christopher F
|
779aaffbf4
|
[docs] rewrite commands, update samples
|
8 years ago |
zenima
|
b82666b47f
|
Fixed a typo which prevented syntax highlight in samples/faq/status.cs
|
8 years ago |
zenima
|
13f48424d5
|
Updated ModifyStatus sample
|
8 years ago |
Christopher F
|
a35d047333
|
Fix some minor typos in docs
|
8 years ago |
Christopher F
|
77342903bb
|
Update Documentation to be compatible with Beta2
this one took a while
|
8 years ago |
Christopher F
|
a2b4f47acf
|
[docs] replace description with summary
Resolves #280
|
8 years ago |
Christopher F
|
8406bd8f73
|
Update docs to reflect IMessage->IUserMessage
As changed in 23a0316252
|
8 years ago |
Christopher F
|
36d3257440
|
Add a sample for getting the Guild from an IMessage
some users were having trouble with this
|
8 years ago |
Christopher F
|
4e636f732d
|
Add documentation for Preconditions, Aliases, Command Structure
Resolves #223
|
8 years ago |
Christopher F
|
52d536fe6a
|
Include Documentation for Migrating from 0.9.x to 1.0
|
8 years ago |
Christopher F
|
c6115ea7f6
|
[docs] Document TypeReaders, Events, and Joining Audio
|
9 years ago |
Christopher F
|
4dcbff16fd
|
[docs] Rename FAQs to Samples
|
9 years ago |
Christopher F
|
af4ede31b8
|
Fix Samples on Docs; Fix Links on Docs; add FAQ page to docs
|
9 years ago |
Christopher F
|
5b394d23c1
|
Clean up commands documentation; index
|
9 years ago |
Christopher F
|
c5d63485c1
|
Add docs for the Command Service
|
9 years ago |
Christopher F
|
13a8da330b
|
Fix DFM in logging
|
9 years ago |
Christopher F
|
1af94410d7
|
Port terminology + logging
|
9 years ago |
Christopher F
|
e251582dc2
|
Port 'Getting Started' from Old Docs
|
9 years ago |