Skip to content
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 Support for normal commands with aliases #2

Closed
naseif opened this issue Oct 1, 2021 · 0 comments
Closed

Add Support for normal commands with aliases #2

naseif opened this issue Oct 1, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@naseif
Copy link
Owner

naseif commented Oct 1, 2021

Discord did a great job with the new slash commands and I personally find them great, however a lot of people get confused when using them especialy if there are multiple bots in the server which have also commands registered in the server and even have the same command name. With the slash commands update, developers did not have to work with user input and handle arguments anymore, which makes the development easier. Rewriting every command to use both the messageCreate event and interactionCreate will take time, since parsing users, channels and roles will be more difficult. The goal now is to make sure there is another way of supporting both with less coding and repeated files in the repo.

@naseif naseif added the enhancement New feature or request label Oct 1, 2021
@naseif naseif self-assigned this Oct 1, 2021
naseif added a commit that referenced this issue Oct 2, 2021
…tically I should be able to reproduce all the commands without having to create new file for each command
naseif added a commit that referenced this issue Oct 4, 2021
…upported with prefixes, everything worked as I planned in #2
naseif added a commit that referenced this issue Oct 5, 2021
@naseif naseif closed this as completed in 9a402b4 Oct 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant