Update main.py
This commit is contained in:
parent
13fd495346
commit
1071133cda
2
main.py
2
main.py
|
|
@ -821,7 +821,7 @@ async def register(interaction: discord.Interaction):
|
||||||
"You cannot submit an application at this moment. Please run */info* for more details."
|
"You cannot submit an application at this moment. Please run */info* for more details."
|
||||||
)
|
)
|
||||||
if status == "Denied":
|
if status == "Denied":
|
||||||
date = dateutil.parser.isoparse(reviewed) + datetime.timedelta(weeks=1)
|
date = dateutil.parser.isoparse(reviewed) + datetime.timedelta(days=3)
|
||||||
timestamp = int(date.timestamp())
|
timestamp = int(date.timestamp())
|
||||||
return await interaction.response.send_message(
|
return await interaction.response.send_message(
|
||||||
f"You cannot submit an application at this moment. You may retry on <t:{timestamp}>"
|
f"You cannot submit an application at this moment. You may retry on <t:{timestamp}>"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue