From 6d5a21e0add8ec42f0bdd59dd9508af5a035a598 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sat, 12 Mar 2022 23:44:04 -0700 Subject: added link protection, actually need to test it though lol --- twitch-bot/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'twitch-bot/settings.json') 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"] } -- cgit v1.2.3