Added the parameters for the .env file
This commit is contained in:
parent
ee4261755d
commit
c91ee37f59
13
README.md
13
README.md
@ -1,2 +1,13 @@
|
|||||||
# TwitchBot
|
# 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=
|
||||||
|
````
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user