Replacing bot commands with slash commands and adding ephemeral messages #386
Closed
SatireSage
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
You are free to implement these changes yourself and I encourage you to 😄 . |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I believe the following features would be a great addition to the bot:
Replacing a Discord bot with slash commands involves updating the bot's existing command structure to a new system using slashes. This new system is designed to work more smoothly with Discord's interface, allowing users to easily access commands and receive immediate feedback through ephemeral messages.
Ephemeral messages are private messages sent to the user and only visible to them for a limited time. This feature is particularly useful for sensitive or private information as it is not seen by others, including administrators.
By incorporating ephemeral messages, users can receive real-time feedback on their actions, reducing wait times and improving the overall user experience. Additionally, with slash commands, users don't have to memorize complex command sequences; instead, the commands and their applicable options are presented to them in an intuitive user interface.
Images for reference:



Beta Was this translation helpful? Give feedback.
All reactions