From ba7b959da190eb1c97a62ebb6a694680393b8ec6 Mon Sep 17 00:00:00 2001 From: Alex Orid Date: Thu, 21 Jan 2021 08:22:45 -0500 Subject: [PATCH] renamed variable --- twitch_script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitch_script.py b/twitch_script.py index cf66dc5..9e16e6a 100644 --- a/twitch_script.py +++ b/twitch_script.py @@ -28,7 +28,7 @@ class Twitch_Module(): self.tts_enabled: bool = False self.block_tts_url: bool = False self.tts_whitelist_enabled: bool = False - self.links_allowed: bool = True + self.block_chat_url: bool = True self.whitelisted_users: list = ["thecuriousnerd"] # don't freak out, this is *merely* a regex for matching urls that will hit just about everything self._urlMatcher = re.compile(