From 08e0e2230bb6271661ed8bb3345f5f62fe340624 Mon Sep 17 00:00:00 2001 From: taskmanager <51055281+Mantaraix@users.noreply.github.com> Date: Tue, 19 Mar 2024 18:54:47 +0000 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index e4addc6..e4955f2 100644 --- a/main.py +++ b/main.py @@ -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(