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.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/twitch-bot/settings.json b/twitch-bot/settings.json
index a665436..e785f78 100644
--- a/twitch-bot/settings.json
+++ b/twitch-bot/settings.json
@@ -3,5 +3,8 @@
"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": "!"
+ "command_char": "!",
+
+ "link_protection": false,
+ "banned_endings": [".com", ".org", ".edu", ".gov", ".gg", ".io", ".tv", ".uk", ".net", ".ca", ".de", ".jp", ".fr", ".au", ".us", ".ru", ".ch", ".it", ".nl", ".se", ".no", ".es", ".mil", ".xyz", ".top", ".info"]
}