Added the parameters for the .env file

This commit is contained in:
JKuijperM 2023-01-05 15:15:36 +01:00
parent ee4261755d
commit c91ee37f59

View File

@ -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=
````