james7132
|
29261a943a
|
Fix typo
|
2017-02-15 21:44:31 +00:00 |
|
james7132
|
9609520a53
|
Remove "Get" statement from example docs
|
2017-02-11 20:12:53 +00:00 |
|
james7132
|
bb95686078
|
Update docs to reflect the change.
|
2017-02-10 22:11:06 +00:00 |
|
Christopher F
|
6a0f41a4dc
|
Add voice guide
|
2017-01-26 15:50:55 -05:00 |
|
Christopher F
|
236304c1a4
|
Include command contexts on docs
|
2017-01-14 19:09:21 -05:00 |
|
Alex
|
4188a27401
|
Unparsed -> Remainder in example.
|
2017-01-14 18:49:40 -05:00 |
|
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`
|
2016-12-19 17:04:19 -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
|
d8c0f0aa4c
|
[docs] fix xrefs
|
2016-12-03 16:46:49 -05:00 |
|
Christopher F
|
779aaffbf4
|
[docs] rewrite commands, update samples
|
2016-12-03 16:41:45 -05:00 |
|
zenima
|
b82666b47f
|
Fixed a typo which prevented syntax highlight in samples/faq/status.cs
|
2016-11-15 09:10:56 +01:00 |
|
zenima
|
13f48424d5
|
Updated ModifyStatus sample
|
2016-11-15 09:06:15 +01:00 |
|
Christopher F
|
a35d047333
|
Fix some minor typos in docs
|
2016-10-15 17:35:20 -04:00 |
|
Christopher F
|
77342903bb
|
Update Documentation to be compatible with Beta2
this one took a while
|
2016-10-15 17:28:36 -04:00 |
|
Flamanis
|
44b20ef9ca
|
Update migrating.md
|
2016-09-20 00:13:57 -05:00 |
|
Christopher F
|
a2b4f47acf
|
[docs] replace description with summary
Resolves #280
|
2016-09-10 14:26:24 -04:00 |
|
Christopher F
|
c15d460c51
|
contribution guide for docs
|
2016-08-29 15:34:46 -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
|
4dcbff16fd
|
[docs] Rename FAQs to Samples
|
2016-08-01 19:49:00 -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
|
5b394d23c1
|
Clean up commands documentation; index
|
2016-07-22 13:08:26 -04:00 |
|
Christopher F
|
c5d63485c1
|
Add docs for the Command Service
|
2016-07-22 01:48:24 -04:00 |
|
Christopher F
|
ea6f8b457f
|
Blacklist Discord.Net.Converters
|
2016-07-21 23:14:20 -04:00 |
|
Christopher F
|
13a8da330b
|
Fix DFM in logging
|
2016-07-21 18:18:02 -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 |
|
Christopher F
|
0ee102a376
|
Add basic docFx setup
|
2016-07-21 17:07:45 -04:00 |
|
Christopher F
|
9dae654096
|
Remove RTD docs
|
2016-07-21 16:59:37 -04:00 |
|
RogueException
|
5bdd6a7ff3
|
Early 1.0 REST Preview
|
2016-04-04 20:15:16 -03:00 |
|
Christopher F
|
2ff11b806a
|
Made some fixes to Audio; Brought the Permissions Docs up to date
|
2016-03-23 20:03:55 -04:00 |
|
Christopher F
|
1fcb0bc335
|
really helps to review files before you commit them
oops
|
2016-03-16 21:19:47 -04:00 |
|
Christopher F
|
507b0acd5c
|
add docs for voice
finally
|
2016-03-16 20:46:51 -04:00 |
|
Christopher F
|
9b2be11638
|
Updated Code Samples for compatibility with 0.9; fixed events; fixed rST
|
2016-03-12 14:42:11 -05:00 |
|
Christopher F
|
3e3ae203a7
|
add the new docs pages maybe?
|
2016-02-25 19:06:10 -05:00 |
|
Christopher F
|
47cbac95cc
|
split management into server- and user-; wrote docs for server/user
|
2016-02-25 19:02:31 -05:00 |
|
RogueException
|
6402b27458
|
Fixed getting_started's nuget links
|
2016-02-17 01:21:11 -04:00 |
|
RogueException
|
18ae9f6bc8
|
Removed support for client-only features
|
2016-02-06 14:26:01 -04:00 |
|
Christopher F
|
938bbe788b
|
remove obsoleted profile page; update features/logging, remove it from stub; update logging example
|
2016-01-24 12:33:21 -05:00 |
|
RogueException
|
c341ce7abd
|
Merge pull request #15 from Kwoth/dev
Updated docs a bit
|
2016-01-24 00:24:00 -04:00 |
|
RogueException
|
fe5c8c06f9
|
Update index.rst
|
2016-01-24 00:23:08 -04:00 |
|
RogueException
|
6945117c5e
|
Create modes.rst
|
2016-01-24 00:22:39 -04:00 |
|
RogueException
|
11394bb06d
|
Update events.rst
|
2016-01-24 00:16:18 -04:00 |
|
RogueException
|
76c8833539
|
Update events.rst
|
2016-01-24 00:04:32 -04:00 |
|
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
|
2016-01-23 21:58:29 -05:00 |
|