From 869a97b5fe264f013904cbf8d56cb61cfe7f054f Mon Sep 17 00:00:00 2001 From: Kaveen Kumarasinghe Date: Tue, 13 Dec 2022 00:41:07 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f83c087..29558d9 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,16 @@ You can learn how to add the discord bot to your server via https://www.ionos.co Both the OpenAI API key and the Discord bot token needed to be loaded into a .env file in the same local directory as the bot file. +You also need to add a DEBUG_GUILD id and a DEBUG_CHANNEL id, the debug guild id is a server id, and the debug channel id is a text-channel id in Discord. Your final .env file should look like the following: + ``` OPENAI_TOKEN="TOKEN" DISCORD_TOKEN="TOKEN" + +DEBUG_GUILD="974519864045756446" + +DEBUG_CHANNEL="977697652147892304" ``` # Usage