mirror of
https://github.com/lyx0/ollama-twitch-bot.git
synced 2024-11-06 18:52:03 +01:00
clarify env.example
This commit is contained in:
parent
331ef4493b
commit
19f7cdefe2
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue