Formatting updates and fixes
This commit is contained in:
parent
1d0893011d
commit
12c991ee73
2
main.py
2
main.py
|
|
@ -890,7 +890,7 @@ async def unsubmit(interaction: discord.Interaction):
|
||||||
interaction.user.id,
|
interaction.user.id,
|
||||||
)
|
)
|
||||||
|
|
||||||
if app == None or app[0] == "Pending":
|
if app == None or app[0] != "Pending":
|
||||||
return await interaction.response.send_message(
|
return await interaction.response.send_message(
|
||||||
"You do not have a current pending application at the moment."
|
"You do not have a current pending application at the moment."
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue