Everytime i do command like:
/vyber - this works
/výber - this doesn't work
Is there any way for bot to ignore it, or something else?
Everytime i do command like:
/vyber - this works
/výber - this doesn't work
Is there any way for bot to ignore it, or something else?
You could decode the command-string using https://pypi.org/project/Unidecode/ before comparing if I understand your question correctly.