Add more allowed invites

This commit is contained in:
Zeva Rose 2022-12-06 16:16:28 +00:00
parent 2f9cfcf15d
commit e65c76b981

View file

@ -82,6 +82,8 @@ class MessageEventMixin:
"dbrand", "dbrand",
"VtgZntXcnZ", "VtgZntXcnZ",
"gPfYGbvTCE", "gPfYGbvTCE",
"interactions",
"NTSHu97tHg"
] ]
is_mod = message.author.has_permission(Permissions.MANAGE_GUILD) or message.author.has_permission(Permissions.ADMINISTRATOR) is_mod = message.author.has_permission(Permissions.MANAGE_GUILD) or message.author.has_permission(Permissions.ADMINISTRATOR)
if (m := match.group(1)) not in allowed and setting.value and not is_mod: if (m := match.group(1)) not in allowed and setting.value and not is_mod: