AEnterprise
AEnterprise
hmm looks like either your jar is corrupt, or one of the other mods is shipping an partial/outdated BC lib
I'd like to propose a 4th option: separate the incoming and outgoing payloads: - in all the incoming payloads replace all enums with their underlying types (u8, string, ...). For...
a few implementation options: 1) no longer make the enums repr(u8). This allows to add an unknown version that contains the unknown value for exposing to the user - This...
doing it yourself on the bot side is a huge mess as you will have to wrap every single twilight request you make with logic for this, there is no...
i do plan on picking this up, i just have not gotten around to it due to other things being more urgent
I think hardcoding but allowing to override the global rate limit is fine since it's explicitly documented at https://discord.com/developers/docs/topics/rate-limits#global-rate-limit Cloudflare ones could be nice if we ensure it excludes the...
re-opening so this doesn't get lost
i don't see how ignoring them makes any sense? we only get the header if we got rate limited, and thus it will give us the correct time to wait...
it can be ignored but exposing it can still be useful to downstream consumers and especially debugging http proxy rate limit issues to know if the limit we hit could/should...
there is also the disconnection upgrade from LP itself