From 0819301a5705390894041a43acc632736e8d463b Mon Sep 17 00:00:00 2001 From: ajax146 <31014239+ajax146@users.noreply.github.com> Date: Fri, 5 Jun 2026 12:12:14 -0700 Subject: [PATCH] Has the application reminder use a discord timestamp instead of text --- techsupport_bot/commands/application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techsupport_bot/commands/application.py b/techsupport_bot/commands/application.py index 70530850e..afeee0366 100644 --- a/techsupport_bot/commands/application.py +++ b/techsupport_bot/commands/application.py @@ -1006,7 +1006,7 @@ async def execute(self: Self, config: munch.Munch, guild: discord.Guild) -> None list_of_applicants.append( ( f"Application by: `{member.display_name} ({app.applicant_name})`" - f", applied on: {app.application_time}" + f", applied on: " ) )