SwitchUpCB

Results 78 comments of SwitchUpCB

The rate limit implementation for the Gateway must be reclarified by Discord: https://github.com/discord/discord-api-docs/pull/5844.

https://github.com/discord/discord-api-docs/discussions/5898

![image](https://github.com/switchupcb/disgo/assets/81384235/1f173c75-3f00-49a6-a495-e053a9d783b9) **FUCK!!!**

i got it figured out. pr soon

# Connection vs. Session vs. Shard Suppose that you create a WebSocket Connection to the Discord API. Can that connection send multiple [Identifiy](https://discord.com/developers/docs/topics/gateway-events#identify) packs with shards specified? **The documentation states:**...

# Rate Limit If the rate limit applies per [per connection](https://github.com/discord/discord-api-docs/discussions/5898#discussioncomment-4845818), then it shouldn't be managed by the bot, but rather the WebSocket Connection (which `disgo` stores in a session)....

Implemented in #64.

Continued in https://github.com/switchupcb/disgo/issues/41.

> Do you experience this memory usage immediately, or does it take a while to build up? > — @findleyr I don't ever hit 1 GB of RAM _(cause I'm...

# Cast Option Here is the specification for the upcoming `/cast` option. ## Purpose The purpose of the cast option is to streamline type conversion and assertion in field-to-field copies....