advaith
advaith
It should make you reconnect randomly every 15 mins to 4 hrs
The `rateLimit` event only fires when discord.js delays a request to avoid a 429, not when it actually hits a 429.
that's the daily identify limit, not a http ratelimit, but it's fixed by #5283
looks like the [guild struct](https://github.com/Kraigie/nostrum/blob/master/lib/nostrum/struct/guild.ex) doesn't have stickers
if the user hasn't set an accent color, the color is computed client-side using the avatar image data
this is related to [this bug](https://cdn.discordapp.com/attachments/852975798255484928/883534895907999785/video0.mp4) ([msg](https://canary.discord.com/channels/815369174096412692/852975798255484928/883534899649339442)) which has been on the old site for years and is now on the new site too

context menu commands are supposed to not work without Send Messages, except user-installed commands, which are forced ephemeral. They worked for guild-installed commands for a short while (few weeks?) but...
yes tweetnacl slow native fast pls fix https://x.com/advaithj1/status/1420696472933175297 
Currently the relevant endpoints require the CREATE_* permissions for users, but for bots the CREATE_* permissions do not apply and the MANAGE_* permissions are required instead. For knowing what users...