Still Hsu
a6780b73af
Add missing highlighting css for the light theme
7 years ago
Still Hsu
8760943b60
Fix missing namespace
7 years ago
Still Hsu
4197f8b237
Cleanup https://github.com/RogueException/Discord.Net/pull/1139
7 years ago
Still Hsu
23ed0ec61a
Merge branch 'dev' into docs/pre-release
7 years ago
Chris Johnston
9e9a11d4b0
Fix swapped parameters in ArgumentException, ArgumentNullException cstrs ( #1139 )
* Fix swapped parameters in ArgumentException and ArgumentNullException cstrs
The constructors of ArgumentException and ArgumentNullException are inconsistent with each other, which results in their parameters being swapped here and there.
* Use named parameters for ArgumentException constructors
Cleans up some of the methods of EmbedBuilder to use simpler syntax as well
7 years ago
Still Hsu
7bed4a0b31
Cleanup FAQ section
+ Add introductory paragraphs to each FAQ section.
+ Add 'missing dependency' entry to commands FAQ.
* Split commands FAQ to 'General' and 'DI' sections.
7 years ago
Still Hsu
ca7318c0e5
Fix broken xref
7 years ago
Still Hsu
63fe664806
Fix navbar collapsing issue
7 years ago
Still Hsu
0668b7d0b3
Update docfx plugins
7 years ago
Still Hsu
1a9d4b6cb9
Add XML docs
7 years ago
Still Hsu
314a1a29a1
Cleanup FAQ structure
7 years ago
Still Hsu
a89c27c341
Fix first bot note
7 years ago
Still Hsu
bf35369fe9
Cleanup https://github.com/RogueException/Discord.Net/pull/1128
7 years ago
Still Hsu
afcae02755
Add examples in message methods
7 years ago
Still Hsu
591a5c7a3c
Initial optimization for DocFX render & add missing files
7 years ago
Still Hsu
e6280ceec5
Update 'Your First Bot'
+ This commit reflects the new changes made to the Discord Application Developer Portal after its major update
7 years ago
Still Hsu
112fe72374
Merge branch 'dev' into docs/pre-release
7 years ago
Still Hsu
6d355ed125
Add XML docs & rewrite GetMessagesAsync docs
This commit rewrites the remarks section of GetMessagesAsync, as well as adding examples to several methods.
7 years ago
Still Hsu
ec97895c41
Fix lots of typos in comments
+ Geez, I didn't know there were so many.
7 years ago
Still Hsu
90fdd54926
Add XML docs
7 years ago
Still Hsu
142d28ee5f
Add strings for dictionary in DotSettings
7 years ago
Still Hsu
171dd1f51e
Fix for misleading behaviour in the emoji guide
+ Original lines stated that sending a emoji wrapped in colon will not be parsed, but that was incorrect; replaced with reactions instead of sending messages as the example
7 years ago
Alex Gravely
272604f275
Make voice connection properties optional. ( #1129 )
7 years ago
Still Hsu
82cfdffc65
Add various optimizations and cleanups ( #1114 )
* Change all Select(... as ...) to OfType
* Add changes according to 194a8aa427
7 years ago
Joe4evr
a2d8800115
Add == support on Color ( #1126 )
7 years ago
Chris Johnston
2de6cef18c
Add validation to bot tokens based on string length ( #1128 )
* Add input validation for bot tokens based on their length
* Add token validation to BaseDiscordClient#LoginAsync
Adds a TokenUtils class which is used to validate that tokens are correct
* Revert changes to DiscordRestApiClient
* Add Unit tests to the TokenUtils class, fix a logic error that was caught by those tests
* Allow for API to throw exceptions
Moves the validation of tokens to be inside of LoginInternalAsync, and writes a Warning to the console when the supplied tokens are invalid
7 years ago
Still Hsu
e0a321a3f1
Merge branch 'dev' into docs/pre-release
7 years ago
Finite Reality
efdb4f9266
Pass our json serializer to ToObject calls ( #1133 )
Should fix issues in audit logs when deserializing overwrites and
similar types which we use a custom contract resolver for.
7 years ago
JustNrik
143fb2808b
Update CommandAttribute.cs
7 years ago
JustNrik
c56fff9fe5
Update CommandAttribute.cs
7 years ago
JustNrik
4259b8cb0c
Update CommandAttribute.cs
Nullable<T> is not valid for Attributes, this is my suggested fix.
7 years ago
Still Hsu
db90eab953
Update README.md ( #1117 )
* Initial commit
* Add alternative suggestion
* Fix typo
* Update README.md
7 years ago
Still Hsu
e7f63586fe
Cleanup previous PR
7 years ago
Still Hsu
9cc4f13456
Cleanup of https://github.com/Still34/Discord.Net/pull/8
7 years ago
Still Hsu
8a0429d4f8
Update DescriptionGenerator
7 years ago
Still Hsu
ab2742ea51
Merge pull request #8 from Chris-Johnston/add-misc-missing-docs
Added some miscellaneous missing xmldocs
7 years ago
Chris Johnston
3ad948d44b
Fix grammar issue
7 years ago
Still Hsu
ae090fb316
Merge branch 'dev' into docs/pre-release
7 years ago
Still Hsu
54e5a6f261
Merge pull request #10 from CasinoBoyale/030818-Branch
Added some class summaries
7 years ago
Chris Johnston
6e80cef06e
Add <remarks> tag to the IGuildIntegration xmldocs
7 years ago
Chris Johnston
cee15227b2
Use consistent quotation marks around subscribers, the name for these users are dependant on the source of where they are integrated from (youtube or twitch), so we should not use a name that is specific to one platform
7 years ago
Chris Johnston
25c208cccd
Removed unnecessary see tag
7 years ago
Chris Johnston
e41136c955
restored the removed line break
7 years ago
Joe4evr
748e92bcda
Allow `FromError(Exception)` on all IResult types.
7 years ago
Joe4evr
2c3e9193c2
Implement ISnowflakeEntity for Audit Log entries
7 years ago
Casino Boyale
a63d46908c
Amendments
7 years ago
Still Hsu
10c412c0fd
Merge pull request #9 from Joe4evr/TwoReactionSample
Added second sample for adding reactions
7 years ago
Casino Boyale
0b2dbffe88
Missed a period
7 years ago
Casino Boyale
2f41896cdf
Added some class summaries
7 years ago
Joe4evr
a139e94576
Added second sample for adding reactions
7 years ago