From 19f7cdefe216715a20c09d57d69e529cc503e228 Mon Sep 17 00:00:00 2001 From: lyx0 <66651385+lyx0@users.noreply.github.com> Date: Tue, 5 Mar 2024 19:33:40 +0100 Subject: [PATCH] clarify env.example --- env.example | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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