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

Add/remove changed suggested emojis for internal channels on restart #203

Closed
wants to merge 3 commits into from

Conversation

chandler05
Copy link
Member

@chandler05 chandler05 commented May 13, 2021

Purpose

On restart, refresh the new or removed suggested emojis for all internal channel messages.

Notes

This does not slow down initialization, but I'm not sure if this is the worth having a feature for. I only added this since the suggested emojis are configurable and if the bot were usable on other servers and someone changed the emojis, they'd probably expect the old messages to change as well.

This potentially implements #202 if we don't want to refresh the embeds as well.

@violine1101
Copy link
Member

Adding emojis is painfully slow because Discord's rate limiting in this regard is ridiculous. When we add an emoji here, it could very well take the bot multiple hours to have added the new emojis, depending on the amount of existing pending requests. The alternative is just adding the emoji manually.

Not sure if it's really worth the hassle tbh.

Ultimately we can replace the reactions with the fancy new buttons, which will be even better anyway.

@chandler05
Copy link
Member Author

Buttons sound nice

@chandler05 chandler05 closed this Jul 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants