diff --git a/README.md b/README.md index ba7df2e..4e16a47 100644 --- a/README.md +++ b/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: ```` -TMI_TOKEN=oauth: +# .env +TMI_TOKEN= CLIENT_ID= +CLIENT_SECRET= BOT_NICK= BOT_PREFIX=! CHANNEL= + +ARRIVAL= + +TWITTER= +INSTAGRAM= +DISCORD= +ITCHIO= ````