Closed SkyWatcher2019 closed 2 years ago
I think I know why. Russian characters (letters) are invalid characters probably. Try making it with English letters and try running it again.
I think I know why. Russian characters (letters) are invalid characters probably. Try making it with English letters and try running it again.
Half-year later, ok. It works fine with English letters. And I've already stopped using that handler.
This is a good decision, this handler isn't the best. Although it can't do anything about that the characters are diallowed it could check them and throw an error.
Directly from Discord documentation:
Command names and command option names must match the following regex
^[-_\p{L}\p{N}\p{sc=Deva}\p{sc=Thai}]{1,32}$
with the unicode flag set.
Although it can't do anything about that the characters are diallowed it could check them and throw an error.
"аватар" and "бан" commands
and directly from disnake
So it seems to work then?
It worked when i opened this issue, This problem only exists in WOKCommands.