From a0089d661349ea4a6b981e94a292673e75c06602 Mon Sep 17 00:00:00 2001 From: Roland de Boer Date: Sat, 31 Dec 2022 16:32:20 +0100 Subject: [PATCH] update Readme.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6e05489..6a8fb08 100644 --- a/README.md +++ b/README.md @@ -63,12 +63,11 @@ You also need to add a DEBUG_GUILD id and a DEBUG_CHANNEL id, the debug guild id ``` OPENAI_TOKEN="" - DISCORD_TOKEN="" - DEBUG_GUILD="974519864045756446" #discord_server_id - DEBUG_CHANNEL="977697652147892304" #discord_chanel_id +ALLOWED_GUILDS="971268468148166697,971268468148166697" +ALLOWED_ROLES="Admin,gpt" ``` Optionally, you can include your own conversation starter text for the bot that's used with `!g converse`, with `CONVERSATION_STARTER_TEXT`