Still Hsu
|
e3ec858f11
|
Merge remote-tracking branch 'upstream/dev' into docs/pre-release
|
7 years ago |
ComputerMaster1st
|
322d46e47b
|
Solved 4003 Authentication Error (Race Condition) (#1093)
* Solved 4003 Authentication Error (Race Condition)
* Set static interval & removed hello case
|
7 years ago |
Still Hsu
|
9c16238955
|
Add 'additional information' section for emoji article
|
7 years ago |
Still Hsu
|
51116cd658
|
Initial emoji article draft
|
7 years ago |
Still Hsu
|
49a9fb86c7
|
Bump DescriptionGenerator to v1.1.0
+ This build adds the functionality of generating managed references' summary into the description tag.
|
7 years ago |
Still Hsu
|
a3ae07df55
|
Fix typos in Nightlies & Post-execution
|
7 years ago |
Still Hsu
|
4f55bec6dd
|
Add nightly section for clarification
|
7 years ago |
Still Hsu
|
5cc0601a05
|
Add DescriptionGenerator plugin
|
7 years ago |
Still Hsu
|
2d43a1dd76
|
Improve styling
+ Change title font to Noto Sans
+ Add materialized design for commit message box
|
7 years ago |
Still Hsu
|
c271b02841
|
Cleanup TOC & fix titles
|
7 years ago |
Still Hsu
|
18c0146582
|
Merge branch 'dev' into docs/pre-release
|
7 years ago |
Builderb
|
aff4512fcd
|
Update Discord.Net.Core.csproj (#1081)
|
7 years ago |
HelpfulStranger999
|
033d31294f
|
Creates full guild user object, resolves #1047 (#1078)
|
7 years ago |
HelpfulStranger999
|
93878e4a90
|
Refactors an unused parameter in CommandService#Search (#1025)
|
7 years ago |
Still Hsu
|
dab6ef4948
|
Merge pull request #2 from purpledank/docs/faq-n-patches-offline
+ Some contributions from @purpledank
|
7 years ago |
Casino Boyale
|
af8a77dbc5
|
I'm sure you're having as much fun as I am
|
7 years ago |
Casino Boyale
|
4f24ea6d1b
|
Try try try again
|
7 years ago |
Still Hsu
|
47e1ba76cf
|
Merge remote-tracking branch 'upstream/dev' into docs/faq-n-patches-offline
|
7 years ago |
Casino Boyale
|
034d473209
|
no hablo ingles
|
7 years ago |
Still Hsu
|
a17b68c8c0
|
Proofread and cleanup articles
* Change passive voice in "Get Started" to active
* Fix improper preposition in Commands Introduction page
* Fix minor grammar mistakes in "Your First Bot" (future tense -> present tense/subjunctive mood -> indicative mood/proper noun casing/incorrect noun/add missing article)
* Fix minor grammar mistakes in "Installation" (missing article)
|
7 years ago |
Still Hsu
|
af83007937
|
Fix GetCategoryAsync docs
|
7 years ago |
Casino Boyale
|
904fd2f200
|
Changes to last pr
|
7 years ago |
Still Hsu
|
3ea5befc9e
|
Cleanup README & Contribution guide
|
7 years ago |
NovusTheory
|
48fed064d4
|
Add missing VoiceServerUpdated event (#1089)
|
7 years ago |
Still Hsu
|
532bc744cf
|
Bump LastModified plugin
* Changed the path from 'lastmodified' to 'last-modified' for consistency
|
7 years ago |
Still Hsu
|
532ac136ba
|
Remove unused bootstrap plugin
|
7 years ago |
Still Hsu
|
081c4cabaa
|
Add fixes to partial file & add license
* Moved theme-switcher code to scripts partial file
+ Add author's MIT license to featherlight javascript
|
7 years ago |
Still Hsu
|
e143d7215e
|
Bump post-processor to v1.1.1
|
7 years ago |
Still Hsu
|
d0e75c40dd
|
Fix anchor link
|
7 years ago |
Still Hsu
|
adbb66d9d7
|
Rewrite installation page for Core 2.1
|
7 years ago |
Still Hsu
|
a93df24a78
|
Update LastModified to v1.1.0 & add license
|
7 years ago |
Still Hsu
|
45edfaf87d
|
Add a missing change for 2c7cc738
|
7 years ago |
Still Hsu
|
2c7cc7386a
|
Replace InvalidPathChars for NS1.3
* InvalidPathChars does not exist in NS1.3; replaced with GetInvalidPathChars instead.
|
7 years ago |
Still Hsu
|
67eb473326
|
Cleanup styling of README.md for docs
|
7 years ago |
Still Hsu
|
105182f53a
|
Clarify token source
|
7 years ago |
Still Hsu
|
934dc370f5
|
Move samples to individual folders
|
7 years ago |
Still Hsu
|
94ca53ca31
|
Improve precondition documentation
+ Add precondition usage sample
+ Add precondition group usage sample
+ Move precondition samples to its own sample folder
|
7 years ago |
Still Hsu
|
5269c1bf4c
|
Fix Test to resolve changes made in 15b58e
|
7 years ago |
Still Hsu
|
e31e973bf5
|
Fix EnterTypingState impl for doc inheritance
|
7 years ago |
Still Hsu
|
15b58edb19
|
Remove/cleanup redundant variables
|
7 years ago |
Casino Boyale
|
41395ce34c
|
Small amount to see if I'm doing it right
|
7 years ago |
Still Hsu
|
ddc3242e71
|
Improve group module example
|
7 years ago |
Still Hsu
|
ddfd011b86
|
Fix typos & formatting
|
7 years ago |
Still Hsu
|
9a7e65cf6b
|
Revise guide paragraphs/samples
+ Fix various formatting.
+ Provide a more detailed walkthrough for dependency injection.
+ Add C# note at intro.
|
7 years ago |
Still Hsu
|
6a8699c4b6
|
Merge remote-tracking branch 'upstream/dev' into docs/faq-n-patches-offline
|
7 years ago |
NovusTheory
|
890904f32c
|
Allow external VoiceChannel client API implementation (#1057)
* ConnectAsync(bool external) API implemented
This allows developers to handle the AudioClient externally (for example with Lavalink)
* Modify ConnectAsync API and add DisconnectAsync to IAudioChannel
* Update summary message on IAudioChannel.DisconnectAsync()
* Review changes:
- Fix `if (!external)` styling
- Remove unecessary ConnectAsync overload
* SocketVoiceChannel overload update
* Update IAudioChannel.ConnectAsync()
- Remove ConfigAction from parameters
- Add SelfDeafen/SelfMute to parameters
* Remove SocketVoiceChannel.ConnectAsync() default params (Inherit)
|
7 years ago |
Still Hsu
|
17a4af71ee
|
Add documentation for new API version & few events
|
7 years ago |
Still Hsu
|
f4fb027ea9
|
Merge remote-tracking branch 'upstream/dev' into docs/faq-n-patches-offline
|
7 years ago |
HelpfulStranger999
|
3acf2a9a6b
|
Refactors readMessages, fixing from #1033 (#1075)
|
7 years ago |
Christopher F
|
513a489bf8
|
codefix: add VoiceAPIVersion constant to DiscordConfig
|
7 years ago |