mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 07:05:36 +01:00
Fix
This commit is contained in:
@@ -262,7 +262,7 @@ class MessagesProc:
|
||||
|
||||
@classmethod
|
||||
async def _kurbezz(cls, twitch: Twitch, event: MessageEvent):
|
||||
if event.chatter_user_login == "kurbezz":
|
||||
if event.chatter_user_login.lower() in ["kurbezz", "hafmc"]:
|
||||
return
|
||||
|
||||
if ("kurbezz" in event.message.text.lower() or \
|
||||
|
||||
Reference in New Issue
Block a user