MitchellAW/FlandersBOT

Avoid presence change rate limits

MitchellAW opened this issue · 2 comments

Currently FlandersBOT updates its game presence with the new server count on guild join and remove, this could cause issues due to hitting rate limits, all presence updates should only be modified using the existing task for cycle_status_format to avoid any rate limits.

Note: Ensure that API requests with the new guild count are still sent to bot listing sites on guild join/remove.

Fixed with: 3a25a9b
Presence updates now only occur every 5 minutes.
Note: Guild count updates are handled automatically by dblpy now (see: 0056939).