Christopher F
|
afdea0cec8
|
Merge pull request #572 from Bond-009/patch-2
Fixed the example precondition attribute
|
2017-03-14 15:38:28 -04:00 |
|
Bond-009
|
22f5e8ff46
|
Fixed the example precondition attribute
|
2017-03-14 20:10:37 +01:00 |
|
Bond-009
|
59a530fe1c
|
Add installing with nuget using VSC to guides
|
2017-03-13 17:02:39 +01:00 |
|
Christopher F
|
d111214bff
|
Added new getting started guide
Thanks @MinnDevelopment for his awesome work on
the JDA guide that had no influence here at all.
|
2017-03-11 15:32:14 -05:00 |
|
Christopher F
|
bea5e37db8
|
Add installing guide
🥄 better docs soon come
|
2017-03-10 20:38:55 -05:00 |
|
Joe4evr
|
4b4506f243
|
ConnectAsync -> StartAsync
|
2017-03-07 17:19:51 +01:00 |
|
Christopher F
|
3c9704c822
|
Merge pull request #520 from james7132/property-injection
Conflicts:
docs/guides/samples/dependency_module.cs
src/Discord.Net.Commands/Utilities/ReflectionUtils.cs
|
2017-02-23 15:51:24 -05:00 |
|
Christopher F
|
87f404c23b
|
Move logging lambda to its own method
|
2017-02-21 16:36:06 -05:00 |
|
Christopher F
|
c1a5960116
|
Merge pull request #495 from Flamanis/dev
Conflicts:
docs/guides/samples/logging.cs
Update logging.cs
|
2017-02-21 16:34:30 -05:00 |
|
Christopher F
|
061935cc9f
|
Clean up #501
|
2017-02-21 16:29:40 -05:00 |
|
Christopher F
|
68eeb63127
|
Merge pull request #501 from khionu/patch-1
Update home page on docs
|
2017-02-21 16:27:14 -05:00 |
|
Christopher F
|
a110c862f6
|
Merge pull request #503 from Joe4evr/DocSamples
Update doc samples
|
2017-02-21 16:24:35 -05:00 |
|
Joe4evr
|
f4918c793b
|
Add comment about message cache
|
2017-02-21 06:06:06 +01:00 |
|
james7132
|
29261a943a
|
Fix typo
|
2017-02-15 21:44:31 +00:00 |
|
RyadaProductions
|
e3d31c5bd1
|
Update status.cs
SetStatus and SetGame don't exist, only SetStatusAsync and SetGameAsync
|
2017-02-15 13:26:25 +01: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 |
|
Joe4evr
|
af33689d1e
|
Respond to feedback
|
2017-01-31 02:47:05 +01:00 |
|
Joe4evr
|
c7bb1cdf31
|
Fix whitespace
|
2017-01-31 02:36:57 +01:00 |
|
Joe4evr
|
02969ff7b5
|
Update doc samples for correctness, consistency, and a better complete quickstart example.
|
2017-01-31 02:28:53 +01:00 |
|
Khionu Sybiern
|
4b92497c3b
|
Amended after feedback
|
2017-01-30 16:21:18 -05:00 |
|
Khionu Sybiern
|
d057c1b564
|
Update to Docs' Homepage
Intended to make the Home more than a placeholder, and more homey
|
2017-01-29 17:07:41 -05:00 |
|
Christopher F
|
6a0f41a4dc
|
Add voice guide
|
2017-01-26 15:50:55 -05:00 |
|
Flamanis
|
aed63e67f6
|
Update logging.cs
|
2017-01-22 18:25:52 -06:00 |
|
Flamanis
|
1c258544ba
|
Update logging.cs
|
2017-01-22 18:25:12 -06:00 |
|
Flamanis
|
e907c3e500
|
Update logging.cs
|
2017-01-22 18:21:28 -06:00 |
|
Flamanis
|
2b9cedd9df
|
Update logging.cs
|
2017-01-22 18:14:33 -06:00 |
|
Flamanis
|
a59fa722e7
|
Update logging.cs
|
2017-01-22 18:11:10 -06: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 |
|