From e73616774af5744a8adad6e10341f769ba4d57f5 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sun, 14 Jan 2024 06:41:11 +0000 Subject: [PATCH] fix(aurora): fixed missing return --- aurora/aurora.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aurora/aurora.py b/aurora/aurora.py index d77b670..089b28f 100644 --- a/aurora/aurora.py +++ b/aurora/aurora.py @@ -747,6 +747,7 @@ class Aurora(Configuration, commands.Cog, metaclass=CompositeMetaClass): if case_dict['moderation_type'] in ['UNMUTE', 'UNBAN']: await interaction.response.send_message(content=error("You cannot resolve this type of moderation!"), ephemeral=True) + return if case_dict['moderation_type'] in ['MUTE', 'TEMPBAN', 'BAN']: if case_dict['moderation_type'] == 'MUTE':