Still Hsu
fb46f9a567
Merge pull request #5 from sarcasmloading/docs/pre-release
Documented remaining audit log data types
7 years ago
sarcasmloading
b27051bfb1
[EN] Present perf. -> past perf.
7 years ago
Still Hsu
156039e5a0
Merge branch 'docs/pre-release' of https://github.com/Still34/Discord.Net into docs/pre-release
7 years ago
Still Hsu
783205bcb7
Merge pull request #4 from CasinoBoyale/docs/pre-release
Added documentation for SocketDMChannel, SocketGuildChannel, and SocketTextChannel
7 years ago
sarcasmloading
cb35aa2b67
Contains -> Contains a piece of (describe article)
7 years ago
Still Hsu
9c76e7e81d
Alter parameter naming ( #6 )
Slightly better wording
7 years ago
Still Hsu
aa7d12d32b
Merge remote-tracking branch 'upstream/dev' into docs/pre-release
7 years ago
Joe4evr
ef07d73e6e
Slightly better wording
7 years ago
Casino Boyale
bcb48a63b2
Merge pull request #1 from CasinoBoyale/Casino-Docs
Added documentation
7 years ago
Casino Boyale
bd51b9bdb2
Added RestMessage documentation
7 years ago
Casino Boyale
09cd5b8ded
Added RestRole documentation
7 years ago
Casino Boyale
1789a8158c
Added RestUser documentation
7 years ago
Casino Boyale
c9ef0e26e2
Added RestVoiceChannel documentation
7 years ago
Casino Boyale
44c526298e
Added RestTextChannel documentation
7 years ago
Casino Boyale
908f29b548
Added RestGuildChannel documentation
7 years ago
Casino Boyale
b40ab464cc
Added RestDMChannel documentation
7 years ago
Still Hsu
245806fe3d
Initial refactor ( #1103 )
7 years ago
sarcasmloading
1f4718e60c
Merge branch 'docs/pre-release' of https://github.com/Still34/Discord.Net into docs/pre-release
Merge remote upstream
7 years ago
Casino Boyale
6e41692261
Merge remote-tracking branch 'upstream/docs/pre-release' into docs/Casino-Docs
7 years ago
sarcasmloading
d4598bac11
Document remaining audit log data types
7 years ago
sarcasmloading
812399a42c
Documented RoleCreateAuditLogData
7 years ago
sarcasmloading
541b473d59
Documented two more types
7 years ago
Still Hsu
199bcd6b26
Add XML doc
7 years ago
Still Hsu
d11693eb6f
Merge branch 'dev' into docs/pre-release
7 years ago
sarcasmloading
ac96af3431
Fix English posession
7 years ago
sarcasmloading
580d30fcb5
Fix some documentation issues and document some more audit log data types
7 years ago
sarcasmloading
060bf1fc91
Change audit log data types to start with 'Contains' (verb) instead of an article
7 years ago
sarcasmloading
e85fca6b45
Added documentation for many audit log data types, fixed vowel indefinite articles
7 years ago
Still Hsu
b2f0043952
Fix typo in audit log interface declaration ( #1104 )
7 years ago
Still Hsu
b940ecb95e
Add XML docs & patch return types
+ Starting from this commit, all return types for tasks will use style similar to most documentations featured on docs.microsoft.com
References:
https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.dbcontext.-ctor?view=efcore-2.1
https://docs.microsoft.com/en-us/dotnet/api/system.io.filestream.readasync?view=netcore-2.1
https://docs.microsoft.com/en-us/dotnet/api/system.io.textwriter.writelineasync?view=netcore-2.1#System_IO_TextWriter_WriteLineAsync_System_Char ___
And many more other asynchronous method documentations featured in the latest BCL.
7 years ago
Casino Boyale
32c9d0e2dd
SocketTextChannel amendments
7 years ago
Casino Boyale
0a149eb420
SocketGuildChannel amendments
7 years ago
Casino Boyale
5346defe84
SocketDMChannel amendments
7 years ago
Casino Boyale
c0e99adf67
Merge remote-tracking branch 'origin/docs/pre-release' into docs/pre-release
7 years ago
Casino Boyale
80b128479f
Swapped out 'id' for 'snowflake identifier'
7 years ago
Casino Boyale
b1c955b8bc
Swapped out 'id' for 'snowflake identifier
7 years ago
Casino Boyale
02ddca1510
Corrections to SocketDMChannel
7 years ago
Casino Boyale
4b18759e7d
Corrections to SocketTextChannel
7 years ago
Casino Boyale
3018f8ef42
Corrections to SocketGuildChannel
7 years ago
Still Hsu
24077c7682
Add XML docs
7 years ago
Casino Boyale
6797b0f0ea
Added documentation for SocketDMChannel, SocketGuildChannel, and SocketTextChannel
7 years ago
Still Hsu
64b5612b19
Merge branch 'docs/pre-release' of https://github.com/Still34/Discord.Net into docs/pre-release
7 years ago
Still Hsu
faef9a9a53
Fix minor docs
7 years ago
Still Hsu
7e76fda733
Merge remote-tracking branch 'upstream/dev' into docs/pre-release
7 years ago
Christopher F
beb3d46e08
gateway: Ignore PRESENCES_REPLACE dispatch
This dispatch is undocumented and only used by user accounts.
7 years ago
Still Hsu
ffe994a9df
Mark guild optional in invite & general invite improvement ( #1094 )
* Mark guild as optional for invite
* Mark partial InviteMetadata members as Optional<T>
* Some of them aren't sent when requesting through the general GET invite endpoint
* Remove GetInviteParams
* It was kinda stupid in the first place, might as well always get the count instead of having to ask the user whether they want the two fields filled or not.
* Add ChannelType property
* Add vanity invite support
7 years ago
HelpfulStranger999
4bc06a0a54
Patch lazy default readers not getting replaced ( #1083 )
7 years ago
Still Hsu
5b65e4feb9
Shift color return docs
7 years ago
Still Hsu
9a3aa1bb64
Add XML documentations
7 years ago
Still Hsu
1584aa31f1
Fix exception summary to comply with official Microsoft Docs style
* References
https://docs.microsoft.com/en-us/dotnet/api/system.argumentnullexception?view=netframework-4.7.2
https://docs.microsoft.com/en-us/dotnet/api/system.platformnotsupportedexception?view=netframework-4.7.2
https://docs.microsoft.com/en-us/dotnet/api/system.badimageformatexception?view=netframework-4.7.2
7 years ago