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
Chris Johnston
d9e186467e
Added types to <returns> tags where missing
7 years ago
Still Hsu
35fd4eb45e
Cleanup doc for c1d78189
7 years ago
Still Hsu
3876bd79e6
Merge branch 'dev' into docs/pre-release
7 years ago
Still Hsu
d00e3360fe
Merge pull request #7 from CasinoBoyale/Casino-Docs
Added some REST documentation
7 years ago
Christopher F
c1d78189e1
core: add PrioritySpeaker to Permissions
7 years ago
Joe4evr
5dad0fa1a1
Minor fixes around OnModuleBuilding ( #1116 )
* Don't attempt instantiation of an abstract module
* Attempt associating a TypeReader in case one is registered late (ie. OnModuleBuilding)
7 years ago
Casino Boyale
0fd59f8840
Amendments
7 years ago
Chris Johnston
1d20132104
Rewrote the rest of the returns tags
7 years ago
Chris Johnston
c8bc452c68
Rewrote the returns tags in IGuildIntegration, removed the ones I was unsure about.
7 years ago