diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2022-03-11 23:43:06 -0700 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2022-03-11 23:43:06 -0700 |
commit | ae92151b17896af92fee1d8dad002f4645f3b0f9 (patch) | |
tree | a6eaf540f26f055ed1366405307dd06cec208027 /twitch-bot | |
parent | 6be5616f36dc7e6fe2bd22e06d03762a179223b7 (diff) | |
download | lset-ae92151b17896af92fee1d8dad002f4645f3b0f9.tar lset-ae92151b17896af92fee1d8dad002f4645f3b0f9.tar.gz lset-ae92151b17896af92fee1d8dad002f4645f3b0f9.tar.bz2 |
added twitch bot settings param
Diffstat (limited to 'twitch-bot')
-rw-r--r-- | twitch-bot/settings.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/twitch-bot/settings.json b/twitch-bot/settings.json index 3b076f9..a665436 100644 --- a/twitch-bot/settings.json +++ b/twitch-bot/settings.json @@ -1,6 +1,7 @@ { "bot_username": "your_bot_username_here", "bot_token": "enter the token that you generate here", + "your_username": "YOUR_username_not_your_bots_username", "channels" : [ "enter the channel names for the bot to join", "you can have multiple!" ], "command_char": "!" } |