You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the hack that is util.discord.Inline.convert will fail to parse a commandline that looks like .command `"foo"` . Before control even reaches the converter, the argument parser already chokes on the unexpected quotes. Can something be done about this?