From e68ac704060a6f1803805d973bb260ce17b084ed Mon Sep 17 00:00:00 2001 From: Paillat Date: Sat, 26 Nov 2022 20:33:14 +0100 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 52b80fe..8347875 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,15 @@ 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 clcking [here](https://discord.com/api/oauth2/authorize?client_id=1046051875755134996&permissions=2214808576&scope=applications.commands%20bot) + Then, run the following commands to set your bot up: + First **/setchannel** and select the channel where you want the bot to talk. -\nThen **/setkey** and put in your openai api key. -\nYou can now enable your bot by doing **/enable**. -\nYou can always disable the bot by doing **/disable** and delete your api key & channel from our servers by doing **/delete**. + +Then **/setkey** and put in your openai api key. + +You can now enable your bot by doing **/enable**. + +You can always disable the bot by doing **/disable** and delete your api key & channel from our servers by doing **/delete**.