You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disables the optimistic global rest limit detection. This detection uses the /gateway/bot endpoint, which has a low ratelimit and can cause issues with requests being dropped/delayed as cluster size grows.
71
+
72
+
You probably want to set BOT_RATELIMIT_OVERRIDES if you set this to true.
73
+
74
+
Default: false
75
+
76
+
In the future, this will be the only possible behavior.
77
+
68
78
## Unstable env vars
69
79
Collection of env vars that may be removed at any time, mainly used for Discord introducing new behaviour on their edge api versions
0 commit comments