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.json6
1 files changed, 6 insertions, 0 deletions
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": "!"
+}