MitchellAW / FlandersBOT

A discord bot with commands surrounding The Simpsons, Futurama and Rick and Morty and more!
https://discord.gg/xMmxMYg
MIT License
8 stars 2 forks source link

Avoid presence change rate limits #25

Closed MitchellAW closed 3 years ago

MitchellAW commented 3 years ago

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.

MitchellAW commented 3 years ago

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

MitchellAW commented 3 years ago

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