From c6c9013d55142ff0a4cdc64bb37fb806e5efba3b Mon Sep 17 00:00:00 2001 From: Paillat Date: Wed, 7 Dec 2022 19:25:08 +0100 Subject: [PATCH 1/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa2f862..930e4b7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Botator is a discord bot that binds openai's gpt3 AI with discord. You will be a # Adding the bot to your discord server In order to add the bot to your discord server, you will need an OpenAI API key. You can create an account and take one [here](https://beta.openai.com/account/api-keys) -You can add the bot to your server by clicking [here](https://discord.com/api/oauth2/authorize?client_id=1046051875755134996&permissions=2214808576&scope=applications.commands%20bot). **PLEASE NOTE THAT WEH ARE NOT RESPOSIBLE FOR ANY MISUSE YOU'LL DO WITH THE BOT.** +You can add the bot to your server by clicking [here](https://discord.com/api/oauth2/authorize?client_id=1046051875755134996&permissions=2214808576&scope=applications.commands%20bot). **PLEASE NOTE THAT WE ARE NOT RESPONSIBLE FOR ANY MISUSE YOU'LL DO WITH THE BOT..** Then, run the following commands to set your bot up: From 4976624b78f15decf1b13e029d252d912ca2e5e5 Mon Sep 17 00:00:00 2001 From: Paillat Date: Thu, 8 Dec 2022 12:37:51 +0100 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 930e4b7..a26ed64 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ You can always disable the bot by doing **/disable** and delete your api key fro - [ ] Add a log and updates channel option and a way for devs to send messages to that channel on all servers. - [ ] Add uses count reset after 24h - [ ] Add moderation. -- [ ] add way to consider the answers to the bot's messages. +- [x] add way to consider the answers to the bot's messages.