-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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 config vars for the cooldown warn texts #2865
Comments
Good idea |
Unfortunately, we cannot add full support for such a usecase as the "14 minutes and 43 seconds" is dynamic. The most we can do is allow you to modify the text surrounding the time, such as the config option |
Wouldn't it be possible to replace "and" with & and allow us to edit "minutes" and "seconds" separately? That'd be the most elegant way to do it I think. |
That would be too much unnecessary config. |
Added to v3.7.0-dev3 which is still in development. Will be ready for public release soon. |
I don't see an issue with it if it's optional. It's just good to have it for people who want to customize |
Describe the solution you'd like
When someone tries to message the bot while they're on a cooldown, they get a messages such as:
Would it be possible to add config vars so we can translate them, like we have for
thread_auto_close_response
etc?Who will this benefit
Anyone who runs the bot on a server that is not primarily English. It really helps keep up with the consistency (whole bot can be pretty much translated for the end user except for this aspect)
The text was updated successfully, but these errors were encountered: