renamed variable

This commit is contained in:
Alex Orid 2021-01-21 08:22:45 -05:00
parent aeb50dcc6e
commit ba7b959da1

View File

@ -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(