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
|
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
|
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 |
Christopher F
|
507b0acd5c
|
add docs for voice
finally
|
9 years ago |
Christopher F
|
9b2be11638
|
Updated Code Samples for compatibility with 0.9; fixed events; fixed rST
|
9 years ago |
Christopher F
|
3e3ae203a7
|
add the new docs pages maybe?
|
9 years ago |
Christopher F
|
47cbac95cc
|
split management into server- and user-; wrote docs for server/user
|
9 years ago |
RogueException
|
6402b27458
|
Fixed getting_started's nuget links
|
9 years ago |
RogueException
|
18ae9f6bc8
|
Removed support for client-only features
|
9 years ago |
Christopher F
|
938bbe788b
|
remove obsoleted profile page; update features/logging, remove it from stub; update logging example
|
9 years ago |
RogueException
|
c341ce7abd
|
Merge pull request #15 from Kwoth/dev
Updated docs a bit
|
9 years ago |
RogueException
|
fe5c8c06f9
|
Update index.rst
|
9 years ago |
RogueException
|
6945117c5e
|
Create modes.rst
|
9 years ago |
RogueException
|
11394bb06d
|
Update events.rst
|
9 years ago |
RogueException
|
76c8833539
|
Update events.rst
|
9 years ago |
Christopher F
|
4081f6ae18
|
Began updating documentation; fixed features/permissions to use more up-to-date information; made features/events contain usable information (removed the table of events); marked commands as a stub due to it being outdated; modified samples; updated index page
|
9 years ago |