renamed variable
This commit is contained in:
parent
aeb50dcc6e
commit
ba7b959da1
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user