The mod is spamming this error message
Closed this issue · 4 comments
matheeshapathirana commented
The mod spamming this error message in my console,
Encountered 429 on route PATCH/channels/{channel_id} with bucket 6e836da6cef38ba2f3dfd8568a4e9631:channel_id=1121458058082660372 Retry-After: 5000 ms Scope: user
Please help me to fix this error.
Reimnop commented
What's your channel topic update time in your config?
matheeshapathirana commented
Reimnop commented
That's going to update the topic every 3 ticks, not seconds. Discord has a rate limit for topic update, which is two times per 10 minutes. Exceeding that rate causes issues. I suggest you change it to default or disable it altogether by setting it to -1.
matheeshapathirana commented
Ok alr, thanks.