aboutsummaryrefslogtreecommitdiff
path: root/twitch-bot/settings.json
diff options
context:
space:
mode:
Diffstat (limited to 'twitch-bot/settings.json')
-rw-r--r--twitch-bot/settings.json1
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": "!"
}