Simon Hjorthøj
|
4c2d684d84
|
Regions discord.net.websocket (#169)
* BaseSocketClient
* BaseSocketClient.Events
* DiscordShardedClient
* DiscordShardedClient.Events
* DiscordVoiceAPIClient
* SocketGroupUser
* DiscordSocketApiClient
* DiscordSocketClient
* DiscordSocketClient.Events
* -||-
* SocketGuildUser
* SocketWebhookUser
* SocketCustomSticker
* SocketRole
* SocketMessage
* SocketSlashCommandDataOption
* SocketInteraction
* SocketApplicationCommand
* DiscordSocketClient
* SocketApplicationCommand
* SocketCategoryChannel
* SocketChannel
* SocketDMChannel
* SocketGroupChannel
* SocketGuildChannel
* SocketTextChannel
* SocketVoiceChannel
* SocketGuild
* ShardedCommandContext
* SocketCommandContext
|
4 years ago |
quin lynch
|
0113e26cca
|
Squashed commit of the following:
commit 73740e4169
Author: quin lynch <lynchquin@gmail.com>
Date: Wed Aug 4 23:17:04 2021 -0300
add sharded events
commit dac6ba3603
Merge: 22e3a529 39b7e715
Author: quin lynch <lynchquin@gmail.com>
Date: Wed Aug 4 22:16:12 2021 -0300
Merge branch 'feature/stage-channels' of https://github.com/Discord-Net-Labs/Discord.Net-Labs into feature/stage-channels
commit 22e3a529e0
Author: quin lynch <lynchquin@gmail.com>
Date: Wed Aug 4 22:15:03 2021 -0300
Threads pre 2
commit 39b7e715f3
Author: Quin Lynch <49576606+quinchs@users.noreply.github.com>
Date: Tue Aug 3 20:43:21 2021 -0300
Update README.md
commit 56536f6448
Author: Quin Lynch <49576606+quinchs@users.noreply.github.com>
Date: Tue Aug 3 20:28:27 2021 -0300
Update README.md
commit d98e79452c
Author: quin lynch <lynchquin@gmail.com>
Date: Sat Jul 31 21:22:56 2021 -0300
Request to speak stuff
commit 950fe80cec
Author: quin lynch <lynchquin@gmail.com>
Date: Sat Jul 31 20:59:11 2021 -0300
Rest stage channels
commit 360b9436bb
Author: quin lynch <lynchquin@gmail.com>
Date: Sat Jul 31 20:29:38 2021 -0300
Stage channel socket side
commit 928edaa03b
Author: quin lynch <lynchquin@gmail.com>
Date: Sat Jul 31 19:19:40 2021 -0300
Add models
commit ec58a9b7e8
Author: quin lynch <lynchquin@gmail.com>
Date: Sat Jul 31 18:59:09 2021 -0300
initial stage channel events
|
4 years ago |
Alex Gravely
|
9b7afec4cc
|
Add BaseSocketClient object. (#773)
* Add BaseDiscordClient. Add various missing RequestOptions args.
DiscordSocketClient and DiscordShardedClient's shared members now exist in this abstract class.
* Add ShardReady event.
* Style consistency. Remove extraneous overloads.
Remove extraneous overloads.
* Add BaseSocketClient#DownloadUsersAsync().
Style cleanups.
* Add ShardLatencyUpdated event.
Style cleanup.
* Hook LatencyUpdated for ShardedClient.
* Begone whitespace.
* I'm good at this, I swear. >_>
* Add back DiscordShardedClient.UserPresenceUpdated
* Add ObsoleteAttribute
* Removing the UserPresenceUpdated event.
|
8 years ago |
RogueException
|
cab41851ba
|
Prevent duplicate GuildUnavailables
|
8 years ago |
Sindre Langhus
|
d8682a82b2
|
Change all signatures in the SocketClients to interfaces.
|
9 years ago |
Sindre G. Langhus
|
25547407c8
|
Now this should be ready to, I am the worst at git.
|
9 years ago |
RogueException
|
dac51db299
|
Added DiscordShardedClient, some DiscordSocketClient fixes.
|
9 years ago |