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
|
@classmethod
|
||||||
async def _kurbezz(cls, twitch: Twitch, event: MessageEvent):
|
async def _kurbezz(cls, twitch: Twitch, event: MessageEvent):
|
||||||
if event.chatter_user_login == "kurbezz":
|
if event.chatter_user_login.lower() in ["kurbezz", "hafmc"]:
|
||||||
return
|
return
|
||||||
|
|
||||||
if ("kurbezz" in event.message.text.lower() or \
|
if ("kurbezz" in event.message.text.lower() or \
|
||||||
|
|||||||
Reference in New Issue
Block a user