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
Instead of the system we have now for editing the welcome and goodbye messages, and instead of using Modals, use a system where the user can input messages via a /input command. This should be a system that can be created from any command. It should be similar to a factory pattern.
This is an example of how it would look;
User runs /welcome edit-message
A "UI" embed comes up, with a preview of the welcome message, with buttons below asking the user what they would like to edit.
User clicks a button, prompting them to use /input to edit that individual part.
User can "remove" certain parts of the embed with /input remove.
When user is done, click a button to finish.
There should be a timer that stops listening to user inputs after around 5 minutes OR if the user runs that command again.
Checklist
I have checked for similar issues.
This is an improvement request, not a feature request, bug report, or security vulnerability report.
The text was updated successfully, but these errors were encountered:
Improvement Description
Instead of the system we have now for editing the
welcome
andgoodbye
messages, and instead of usingModals
, use a system where the user can input messages via a/input
command. This should be a system that can be created from any command. It should be similar to a factory pattern.This is an example of how it would look;
/welcome edit-message
/input
to edit that individual part./input remove
.Checklist
The text was updated successfully, but these errors were encountered: