Hello.
My bot is running with a DB, which is using a .json file for her to learn. A few examples are the following: ```py
"\nUser: how old are you Rachel?": "\n\nRachel: As a AI, I don't have an exact age. But I was created on xxx, if that helps. :)\n",
"\nUser: hello rachel": "\n\nRachel: Hey there!\n",
And after days and days of troubleshooting, I found out emojis written like ":)" or ";)" and so on, completely prevents my bot to be able to parse through that json file (and obv. break it).
Is there any option to solve this issue? Any help is highly appreciated as I'm running out of ideas! ^^

