sfirfi / Bug-Bomber-600

DEPRECATED Discord Bot.
6 stars 5 forks source link

Warning a user with an emote in the end causes the bot to spit out error #16

Closed Kitty-Therapist closed 6 years ago

Kitty-Therapist commented 6 years ago

What I did was:

!warn Kyle Testing permissions. Don't mind. <3

This has caused the bot to spit out the error, which can be found in bot logs.

AEnterprise commented 6 years ago

did we heapen to use utf8 instead of utf8mb4 ?

sfirfi commented 6 years ago

Yeah the DB is on the wrong collation. Will fix that on the live DB and add utf8mb4_unicode as default for the sql creation file.

AEnterprise commented 6 years ago

nice, kinda stupid that utf8 isn't ut8 but oh well

sfirfi commented 6 years ago

The live DB is fixed and the sql file also now makes sure to use utf8mb4_unicode_ci as of 07fc8db79a426371f55f45ca0a5f131f4ef83676