-
-
Notifications
You must be signed in to change notification settings - Fork 53
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 confirmation dialog to the /configure default command #32
Comments
True, it does not. But it definitely should! Just a simple yes/no confirm dialog should be easy enough to implement and could be very useful for the bot in other commands in the future.
Actually, the message configuration feature is something I've been meaning to remove. Most users just want to change the language or change how verbose the bot's output is: this can be much easier with something like
This is a neat idea as well. A bit trickier to implement so the confirmation dialog should be enough. If someone does accidentally delete their configuration, I do take automated backups regularly on the VPS, so one could pop into the Discord server and get it restored fairly easily 👍 |
To put it succinctly: rather than removing the |
I agree, it was confusing to see error messages being customizable, but I think the success messages could still stay customizable. For example, I consider the default archive success message way too verbose, so I shortened it down to one sentence. Though, you can keep that setting per-channel (without being able to change the global option) as well, up to you. |
I'd like Either way, thanks for bringing up the lack of confirmation on the |
/configure default
command
/configure default
command
You can use 2 buttons with ✅ and ❌ emojis for confirmation prompts. |
Is your request for improvement related to a problem? Please describe.
/configure default
seems quite dangerous to have as a command, I don't even know if it prompts me to confirm the action. For safety's sake, it could be better to remove it.Describe the solution you'd like
Re-use
/configure message
!If the parameter is empty, the bot returns the current value:
Well, that message could have the reset button as well.
Even if the user clicked it by accident, they would instantly know what got reset and could recreate it right away.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: