From 9eb5b3102216ea60169acff71c15e13db0264e44 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Fri, 11 Mar 2022 16:23:51 -0700 Subject: finished cleaning twitch bot --- twitch-bot/settings.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'twitch-bot/settings.json') diff --git a/twitch-bot/settings.json b/twitch-bot/settings.json index e69de29..3b076f9 100644 --- a/twitch-bot/settings.json +++ b/twitch-bot/settings.json @@ -0,0 +1,6 @@ +{ + "bot_username": "your_bot_username_here", + "bot_token": "enter the token that you generate here", + "channels" : [ "enter the channel names for the bot to join", "you can have multiple!" ], + "command_char": "!" +} -- cgit v1.2.3