Updated readme with the new fields for the .env file
This commit is contained in:
parent
c91ee37f59
commit
de9a24e08a
11
README.md
11
README.md
@ -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=
|
||||||
````
|
````
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user