czechbol / Amadeus

Helper Discord.py bot
GNU General Public License v3.0
4 stars 3 forks source link

Backtick escaping issue #45

Open xnomas opened 3 years ago

xnomas commented 3 years ago

When calling

!help ` `smth

The backticks are not escaped and Amadeus returns:

Žádný příkaz jako ``` neexistuje.

Similarly when entering a code block:

!help ``` ```#test

Amadeus returns:

Žádný příkaz jako ```` neexistuje.