Open synrg opened 5 years ago
Seems to be related to https://github.com/Cog-Creators/Red-DiscordBot/issues/3055
Hi, I also ran into this same issue today when one of my admin used Apple smart quote (curly quote) with an aliased command and I saw the error in console logs.
Command bugs
Command name
alias
What cog is this command from?
alias
What were you expecting to happen?
I aliased a command that consumes args. I expected the aliased command to work with the same arguments that the command itself works with.
What actually happened?
Instead, adding a curly-quote in the alias arguments causes the command to fail with no output.
My successful command with quaggagriff inatcog is:
With
[p]taxon
set as a global alias for[p]inat taxon
, my failing command using this alias is:The traceback looks like this:
How can we reproduce this issue?
*
and has one kwarg).Use of any of these quotes probably causes the same error: https://github.com/Rapptz/discord.py/blob/874c2cd3c9ed47fa42eea184b167b8c0c64ea18e/discord/ext/commands/view.py#L30-L48