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(