From 688b05dccf51f06a3545b16a733aa160bf257df2 Mon Sep 17 00:00:00 2001 From: Kamal Curi Date: Sat, 20 Aug 2022 18:51:42 -0300 Subject: [PATCH] CHANGE: VERBUMP and Q&A in README.md --- README.md | 9 +++++++++ motd | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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