Fix built in bot commands that have aliases being sent to the backend alias check #17
Labels
bug
Something isn't working
good first issue
Good for newcomers
Hacktoberfest
help wanted
Extra attention is needed
commands like
quote
which is a built in alias ofquotes
will be sent to the back-end to be checked if it is a user created alias.Commands with aliases look like this
ThiccBot/bot/thiccBot/cogs/quotes.py
Line 36 in af9e24a
Just need to update this
ThiccBot/bot/thiccBot/cogs/alias.py
Line 18 in 33dfadc
Should only need to look at 'root' commands, sub commands should not matter since user created aliases can't have spaces
The text was updated successfully, but these errors were encountered: