From 12c991ee7339a4194ca38043ab2d033fd37ffe12 Mon Sep 17 00:00:00 2001 From: Lewin Kelly Date: Sun, 12 May 2024 12:38:07 +0100 Subject: [PATCH] Formatting updates and fixes --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index c929b12..0c8e456 100644 --- a/main.py +++ b/main.py @@ -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." )