1
0
Fork 0
forked from waifu/kemoverse

user split bugfix

This commit is contained in:
w 2025-05-18 17:03:48 -03:00
parent d76a965e75
commit 7a1c3c4005

View file

@ -35,7 +35,7 @@ def parse_notification(notification,client):
# Check for both short and fully-qualified name mentions # Check for both short and fully-qualified name mentions
username_variants = [ username_variants = [
config.USER, config.USER,
f'@{config.USER.split('@')[1]}' f'@{config.USER.split("@")[1]}'
] ]
# Make sure the notification text explicitly mentions the bot # Make sure the notification text explicitly mentions the bot