From c91ee37f594844bda9577043cc6691fd849e3c47 Mon Sep 17 00:00:00 2001 From: JKuijperM Date: Thu, 5 Jan 2023 15:15:36 +0100 Subject: [PATCH] Added the parameters for the .env file --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e9caaad..ba7df2e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # TwitchBot -Project to create a bot for Twitch using Python and the library TwitchIO +Project to create a bot for Twitch using Python and the library TwitchIO. + +Is necessary to create a '.env' file with the following parameters: + +```` +TMI_TOKEN=oauth: +CLIENT_ID= +BOT_NICK= +BOT_PREFIX=! +CHANNEL= +```` +