fix(aurora): fixed some stuff up
This commit is contained in:
parent
54ac77ceb9
commit
bf945ec9f1
4 changed files with 14 additions and 10 deletions
|
@ -42,7 +42,7 @@ async def message_factory(
|
|||
Returns:
|
||||
embed: The message embed.
|
||||
"""
|
||||
if response is not None and moderation_type.moderation_type not in [
|
||||
if response is not None and moderation_type.key not in [
|
||||
"kick",
|
||||
"ban",
|
||||
"tempban",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue