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
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
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
Casino Boyale
4d3d2dcb38
Adjustment to SocketDMChannel
7 years ago