woojiahao / Taiga

Discord administration bot
https://woojiahao.github.io/Taiga
MIT License
20 stars 12 forks source link

Python Script Bug #20

Closed woojiahao closed 5 years ago

woojiahao commented 5 years ago

In command_overview_main.py, the script fails because there are emojis in the actual README.md.

Fixes:

  1. Change the raw emoji into unicode so it can be read like normal
  2. Introduce some emoji library to help with parsing the data
woojiahao commented 5 years ago

Removed the emojis from the main README to resolve the problem, will re-open this issue if I decide to add even more emojis and actually need to support the emoji parsing.