I run a pretty small bot, just on 4 small servers. I may have accidentally sent too many requests to a specific endpoint, and now I can't continue coding, because this error appears every time I suppose a command is registered:
[21:01:14] [ERROR] hikari.rest: rate limited on a shared sub bucket on bucket a3b974ef6eb1c925dd4ceb42f4db26fd. You should consider lowering the number of requests you make to 'PUT /applications/{application}/commands'. Backing off and retrying request...
This usually results in this error:
hikari.errors.RateLimitTooLongError: The request has been rejected, as you would be waiting for more than the max retry-after (300.0) on route 'PUT /applications/{id}/commands' [is_global=False]
Do I have to wait? How long is this usually? My bot's basically useless now because I was an idiot who purged all my application commands thinking that was efficient for cleanup.

