Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refresh internal requests on restart or add a command #202

Open
chandler05 opened this issue May 13, 2021 · 1 comment
Open

Refresh internal requests on restart or add a command #202

chandler05 opened this issue May 13, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@chandler05
Copy link
Member

chandler05 commented May 13, 2021

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)

@violine1101
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants