Updated readme with the new fields for the .env file

This commit is contained in:
JKuijperM 2023-01-22 10:30:58 +01:00
parent c91ee37f59
commit de9a24e08a

View File

@ -4,10 +4,19 @@ Project to create a bot for Twitch using Python and the library TwitchIO.
Is necessary to create a '.env' file with the following parameters: Is necessary to create a '.env' file with the following parameters:
```` ````
TMI_TOKEN=oauth: # .env
TMI_TOKEN=
CLIENT_ID= CLIENT_ID=
CLIENT_SECRET=
BOT_NICK= BOT_NICK=
BOT_PREFIX=! BOT_PREFIX=!
CHANNEL= CHANNEL=
ARRIVAL=
TWITTER=
INSTAGRAM=
DISCORD=
ITCHIO=
```` ````