Add more allowed invites
This commit is contained in:
parent
2f9cfcf15d
commit
e65c76b981
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue