Still Hsu
1a9d4b6cb9
Add XML docs
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
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
Casino Boyale
2f41896cdf
Added some class summaries
7 years ago
Still Hsu
d00e3360fe
Merge pull request #7 from CasinoBoyale/Casino-Docs
Added some REST documentation
7 years ago
Still Hsu
a1ee83b1dc
Add XML docs
7 years ago
Casino Boyale
4d3d2dcb38
Adjustment to SocketDMChannel
7 years ago
Casino Boyale
c623b828a6
Added SocketDMChannel documentation
7 years ago
Still Hsu
3ef78a90e0
Add XML docs & minor optimizations
7 years ago
Still Hsu
535746fb20
Add XML docs
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
aa7d12d32b
Merge remote-tracking branch 'upstream/dev' into docs/pre-release
7 years ago
Still Hsu
245806fe3d
Initial refactor ( #1103 )
7 years ago
Casino Boyale
6e41692261
Merge remote-tracking branch 'upstream/docs/pre-release' into docs/Casino-Docs
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
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
80b128479f
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
Still Hsu
706442fcec
Fix styling of several member documentation
* Fix ' />' caused by Agent Smith oddities
* Fix styling to be more specific about the mention of IDs
7 years ago
Still Hsu
103576d927
Add XML docs
7 years ago
Still Hsu
e3ec858f11
Merge remote-tracking branch 'upstream/dev' into docs/pre-release
7 years ago
ComputerMaster1st
322d46e47b
Solved 4003 Authentication Error (Race Condition) ( #1093 )
* Solved 4003 Authentication Error (Race Condition)
* Set static interval & removed hello case
7 years ago
Still Hsu
dab6ef4948
Merge pull request #2 from purpledank/docs/faq-n-patches-offline
+ Some contributions from @purpledank
7 years ago
Casino Boyale
af8a77dbc5
I'm sure you're having as much fun as I am
7 years ago
Casino Boyale
4f24ea6d1b
Try try try again
7 years ago
Still Hsu
47e1ba76cf
Merge remote-tracking branch 'upstream/dev' into docs/faq-n-patches-offline
7 years ago
Casino Boyale
034d473209
no hablo ingles
7 years ago
Casino Boyale
904fd2f200
Changes to last pr
7 years ago
NovusTheory
48fed064d4
Add missing VoiceServerUpdated event ( #1089 )
7 years ago
Still Hsu
e31e973bf5
Fix EnterTypingState impl for doc inheritance
7 years ago
Still Hsu
15b58edb19
Remove/cleanup redundant variables
7 years ago
Casino Boyale
41395ce34c
Small amount to see if I'm doing it right
7 years ago