Christopher F
|
5ade1e387b
|
Restructure documentation layout
|
8 years ago |
Christopher F
|
b4c3427ed1
|
Deleted FAQ
this is sloppy and doesn't properly explain anything
|
8 years ago |
Christopher F
|
b3c6a06500
|
Revamp docs page on logging
|
8 years ago |
Christopher F
|
506b4ff36a
|
Merge pull request #571 from LeafyDev/patch-1
Update audio_ffmpeg.cs
|
8 years ago |
Christopher F
|
afdea0cec8
|
Merge pull request #572 from Bond-009/patch-2
Fixed the example precondition attribute
|
8 years ago |
Bond-009
|
22f5e8ff46
|
Fixed the example precondition attribute
|
8 years ago |
William Haskell
|
ab43f82771
|
Update audio_ffmpeg.cs
AudioApplication is a required argument
|
8 years ago |
Bond-009
|
59a530fe1c
|
Add installing with nuget using VSC to guides
|
8 years ago |
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.
|
8 years ago |
Christopher F
|
bea5e37db8
|
Add installing guide
🥄 better docs soon come
|
8 years ago |
Joe4evr
|
4b4506f243
|
ConnectAsync -> StartAsync
|
8 years ago |
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
|
8 years ago |
Christopher F
|
87f404c23b
|
Move logging lambda to its own method
|
8 years ago |
Christopher F
|
c1a5960116
|
Merge pull request #495 from Flamanis/dev
Conflicts:
docs/guides/samples/logging.cs
Update logging.cs
|
8 years ago |
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 |
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 |
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 |