From ae92151b17896af92fee1d8dad002f4645f3b0f9 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Fri, 11 Mar 2022 23:43:06 -0700 Subject: added twitch bot settings param --- twitch-bot/settings.json | 1 + 1 file changed, 1 insertion(+) (limited to 'twitch-bot') 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": "!" } -- cgit v1.2.3