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

Fix built in bot commands that have aliases being sent to the backend alias check #17

Open
JRMurr opened this issue Oct 2, 2019 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers Hacktoberfest help wanted Extra attention is needed

Comments

@JRMurr
Copy link
Owner

JRMurr commented Oct 2, 2019

commands like quote which is a built in alias of quotes will be sent to the back-end to be checked if it is a user created alias.
Commands with aliases look like this

@commands.group(name="quotes", aliases=["quote"])

Just need to update this

def get_bot_command_names(self):

Should only need to look at 'root' commands, sub commands should not matter since user created aliases can't have spaces

@JRMurr JRMurr added bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed labels Oct 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers Hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant