diff --git a/README.md b/README.md index b680f96..0bf5a3d 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,12 @@ The `Makefile` provided will do all necessary migrations and start the bot: ##### Run it under python Build and start the container with `docker-compose`: `$ docker-compose up -d --build` + + +### FAQ + +**Q: Quoting emojis doesn't work!** +A: Make sure, in the database neeble is using, that the columns `quote` and `user` in the table `neeble_quotes` uses collation `utf8mb4_general_ci`. + +**Q: Logs talk about "unauthorized intents", what's all this about?** +A: Make sure your bot has all gateway intents enabled in the discord developer console. \ No newline at end of file diff --git a/motd b/motd index f407ab6..7f271d5 100644 --- a/motd +++ b/motd @@ -5,7 +5,7 @@ █ ▄ █ ▄▄▄█ ▄▄▄█ ▄ ██ █▄▄▄█ ▄▄▄█ █ █ █ █ █▄▄▄█ █▄▄▄█ █▄█ █ █ █▄▄▄ █▄█ █▄▄█▄▄▄▄▄▄▄█▄▄▄▄▄▄▄█▄▄▄▄▄▄▄█▄▄▄▄▄▄▄█▄▄▄▄▄▄▄█ -Neeble version: 2022.08.20a +Neeble version: 2022.08.20c You can help the development of neeble in https://github.com/KevinCaires/neeble Thank you! \ No newline at end of file