Formatting updates and fixes

This commit is contained in:
Lewin Kelly 2024-05-12 12:38:07 +01:00
parent 1d0893011d
commit 12c991ee73
1 changed files with 1 additions and 1 deletions

View File

@ -890,7 +890,7 @@ async def unsubmit(interaction: discord.Interaction):
interaction.user.id,
)
if app == None or app[0] == "Pending":
if app == None or app[0] != "Pending":
return await interaction.response.send_message(
"You do not have a current pending application at the moment."
)