diff --git a/env.example b/env.example index 97a7f02..2e5ffb4 100644 --- a/env.example +++ b/env.example @@ -1,5 +1,8 @@ +# Username of the account the bot will run on. TWITCH_USERNAME=mycooltwitchusername + +# oauth token can be generated here: https://twitchapps.com/tmi/ TWITCH_OAUTH=oauth:cooloauthtokenhere -# Comma seperated list of twitch channels the bot should join +# Comma seperated list of twitch channels the bot should join (no spaces) TWITCH_CHANNELS=channelone,channeltwo,channelthree