Update main.py

This commit is contained in:
taskmanager 2024-03-19 18:54:47 +00:00
parent bbb92fd817
commit 08e0e2230b
1 changed files with 1 additions and 1 deletions

View File

@ -826,7 +826,7 @@ async def register(interaction: discord.Interaction):
return await interaction.response.send_message(
"You cannot submit an application at this moment. Please run */info* for more details."
)
if status == "Denied" and timestamp < int((datetime.datetime.now()).timestamp()):
if status == "Denied" and timestamp > int((datetime.datetime.now()).timestamp()):
date = dateutil.parser.isoparse(reviewed) + datetime.timedelta(days=3)
timestamp = int(date.timestamp())
return await interaction.response.send_message(