aboutsummaryrefslogtreecommitdiff
path: root/twitch-bot/settings.json
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2022-03-12 23:44:04 -0700
committerBryson Steck <steck.bryson@gmail.com>2022-03-12 23:44:04 -0700
commit6d5a21e0add8ec42f0bdd59dd9508af5a035a598 (patch)
tree24240b7b9a918edf25aad62d0752e42eb9c4db0d /twitch-bot/settings.json
parent13cce85cb7e473b44ab3cdb53f4906e77ab2ad75 (diff)
downloadlset-6d5a21e0add8ec42f0bdd59dd9508af5a035a598.tar
lset-6d5a21e0add8ec42f0bdd59dd9508af5a035a598.tar.gz
lset-6d5a21e0add8ec42f0bdd59dd9508af5a035a598.tar.bz2
added link protection, actually need to test it though lol
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"]
}