Christopher F
|
a110c862f6
|
Merge pull request #503 from Joe4evr/DocSamples
Update doc samples
|
8 years ago |
Joe4evr
|
f4918c793b
|
Add comment about message cache
|
8 years ago |
james7132
|
29261a943a
|
Fix typo
|
8 years ago |
RyadaProductions
|
e3d31c5bd1
|
Update status.cs
SetStatus and SetGame don't exist, only SetStatusAsync and SetGameAsync
|
8 years ago |
james7132
|
9609520a53
|
Remove "Get" statement from example docs
|
8 years ago |
james7132
|
bb95686078
|
Update docs to reflect the change.
|
8 years ago |
Joe4evr
|
af33689d1e
|
Respond to feedback
|
8 years ago |
Joe4evr
|
c7bb1cdf31
|
Fix whitespace
|
8 years ago |
Joe4evr
|
02969ff7b5
|
Update doc samples for correctness, consistency, and a better complete quickstart example.
|
8 years ago |
Khionu Sybiern
|
4b92497c3b
|
Amended after feedback
|
8 years ago |
Khionu Sybiern
|
d057c1b564
|
Update to Docs' Homepage
Intended to make the Home more than a placeholder, and more homey
|
8 years ago |
Christopher F
|
6a0f41a4dc
|
Add voice guide
|
8 years ago |
Flamanis
|
aed63e67f6
|
Update logging.cs
|
8 years ago |
Flamanis
|
1c258544ba
|
Update logging.cs
|
8 years ago |
Flamanis
|
e907c3e500
|
Update logging.cs
|
8 years ago |
Flamanis
|
2b9cedd9df
|
Update logging.cs
|
8 years ago |
Flamanis
|
a59fa722e7
|
Update logging.cs
|
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 |
Flamanis
|
44b20ef9ca
|
Update migrating.md
|
8 years ago |
Christopher F
|
a2b4f47acf
|
[docs] replace description with summary
Resolves #280
|
8 years ago |
Christopher F
|
c15d460c51
|
contribution guide for docs
|
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
|
8 years ago |
Christopher F
|
4dcbff16fd
|
[docs] Rename FAQs to Samples
|
8 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
|
ea6f8b457f
|
Blacklist Discord.Net.Converters
|
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 |
Christopher F
|
0ee102a376
|
Add basic docFx setup
|
9 years ago |
Christopher F
|
9dae654096
|
Remove RTD docs
|
9 years ago |
RogueException
|
5bdd6a7ff3
|
Early 1.0 REST Preview
|
9 years ago |
Christopher F
|
2ff11b806a
|
Made some fixes to Audio; Brought the Permissions Docs up to date
|
9 years ago |
Christopher F
|
1fcb0bc335
|
really helps to review files before you commit them
oops
|
9 years ago |