forked from blizzthewolf/SeaCogs
fix(aurora): fixed missing return
This commit is contained in:
parent
1a46ca33b0
commit
e73616774a
1 changed files with 1 additions and 0 deletions
|
@ -747,6 +747,7 @@ class Aurora(Configuration, commands.Cog, metaclass=CompositeMetaClass):
|
||||||
|
|
||||||
if case_dict['moderation_type'] in ['UNMUTE', 'UNBAN']:
|
if case_dict['moderation_type'] in ['UNMUTE', 'UNBAN']:
|
||||||
await interaction.response.send_message(content=error("You cannot resolve this type of moderation!"), ephemeral=True)
|
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'] in ['MUTE', 'TEMPBAN', 'BAN']:
|
||||||
if case_dict['moderation_type'] == 'MUTE':
|
if case_dict['moderation_type'] == 'MUTE':
|
||||||
|
|
Loading…
Reference in a new issue