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
1a9d4b6cb9
Add XML docs
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
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
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
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
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
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
2c3e9193c2
Implement ISnowflakeEntity for Audit Log entries
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
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
Still Hsu
a1ee83b1dc
Add XML docs
7 years ago
Still Hsu
cbad425a33
Change all color class references to struct
...because it isn't a class.
7 years ago
Chris Johnston
9bbf580542
Added property get pattern to xml docs and identical returns tag.
7 years ago
Chris Johnston
9185853db1
Added property get standard for IntegrationAccount
7 years ago
Chris Johnston
3d8e08219b
Made changes to get field descriptions from feedback, added returns tag to IConnection
7 years ago
Chris Johnston
a46910ced7
fix spacing of values in guildpermission
7 years ago
Chris Johnston
9fcea887f0
Fix whitespace in ChannelPermission
7 years ago
Chris Johnston
981e2eb18f
I can spell :^)
7 years ago
Chris Johnston
c572a98dc7
Added discord API documentation to IConnection interface
7 years ago
Chris Johnston
e8b3b493b0
Added specification of how the bits of the color raw value are packed
7 years ago
Chris Johnston
14b645a29b
Added xml doc for ToAllowList and ToDenyList
7 years ago
Chris Johnston
677e715352
Added xmldoc for GuildPermission methods
7 years ago
Chris Johnston
d64f670f2b
Added remarks about 2FA requirement for guild permissions
7 years ago
Chris Johnston
6c3f85db7e
Added obsolete mention to the ReadMessages flag.
7 years ago
Chris Johnston
8dc6f2efad
Added minimal descriptions from the API documentation for Integration types
7 years ago
Still Hsu
3ef78a90e0
Add XML docs & minor optimizations
7 years ago
Still Hsu
d9321d160e
Merge branch 'dev' into docs/pre-release
7 years ago
Casino Boyale
afc3a9d063
Added GetJumpUrl() as an extension method for IMessage ( #1102 )
* Added GetJumpUrl() as an IMessage extension method
* Removed extra line for consistency
* Moved the namespace from Discord.Commands to Discord
* lint: remove eof newline
* lint: use TextChannel to get GuildID
7 years ago
Casino Boyale
5a517da919
Fixed a typo in ISnowflakeEntity
7 years ago