You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When some changes are implemented to change the way internal request embeds look or add new reactions, old embeds keep the same properties and don't change.
Possible Solution
These embeds could be readded on restart, or more likely after using a command to prevent rate limits and other issues that may arise from readding them every time the bot restarts.
In all honesty, it's probably not worth updating the embeds, but since the emojis can be edited via the config, it should be expected that these update when you change it. (on other servers)
The text was updated successfully, but these errors were encountered:
I'd prefer an alternative solution, namely don't rely on Discord messages at all, but instead store all the stuff directly in a local data base that we can query without any delay. This would solve so many issues we currently have, but I still haven't come around to add that data base part and figure out how to do it properly in JS/TS.
The Problem
When some changes are implemented to change the way internal request embeds look or add new reactions, old embeds keep the same properties and don't change.
Possible Solution
These embeds could be readded on restart, or more likely after using a command to prevent rate limits and other issues that may arise from readding them every time the bot restarts.
In all honesty, it's probably not worth updating the embeds, but since the emojis can be edited via the config, it should be expected that these update when you change it. (on other servers)
The text was updated successfully, but these errors were encountered: