The image attached comes from the Rest Event Response. This message was received over 20 times within 2 minutes. I have a few questions about this.
- Why is a rate limit message being sent when there are still 3 requests remaining?
- Why was there no warning message from the Rest Event RateLimited?
- Is there anything I can improve (since it is a shared scope), or how should I best deal with this?
- The difference between shared scope and user scope is that with shared, all bots on the server are included and affected, and with user, only my bot is affected, correct?
I am not using the rejectOnRateLimit function.