fix(aurora): fixed some stuff up
Some checks failed
Actions / Build Documentation (MkDocs) (pull_request) Failing after 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 42s

This commit is contained in:
Seaswimmer 2024-07-06 12:23:06 -04:00
parent 54ac77ceb9
commit bf945ec9f1
Signed by: cswimr
GPG key ID: 3813315477F26F82
4 changed files with 14 additions and 10 deletions

View file

@ -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",