-
Notifications
You must be signed in to change notification settings - Fork 3
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
Shorten/format/rephase commands #18
Comments
What do Discord allows? If it's possible to add |
That's one of the ways I'm thinking of, I'm trying to balance with ease of use, to easy to understand to defining it so that it can't be confused with other commands, for example if I were to have two games, and both have |
I saw in Slack that bots can create buttons and if the user click on one of them, it triggers an event. If I remember well, it's done using post's reaction emojis. Maybe you could do something like:
|
(if Discord allows you to see post's reactions) |
Can do something like that on discord as well, it would require a bit of a rewrite on how the command function work. If I do something like that, I would need to decide now rather than later when I have 100 commands to modify instead of 26. Hmm |
Always the problem with big projects x) |
…to be more readable Signed-off-by: AbbyTheRat <[email protected]>
Commands been renamed to be more clearer but I think it can still be improved |
The system currently have a lot of long commands, with words chunked together that could do either having a shorter equivalent (example: togglegroupexculsive, could also tgp) or renamed, (example: setprefix could be renamed to prefix)
As well as improving on current commands use, coming up with a standard command formatting will also help for future coding.
The text was updated successfully, but these errors were encountered: