From ac59f059e5af181ee01048f248da127cb255c93d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Sat, 8 May 2021 21:14:05 +0200 Subject: [PATCH] Remove unnecessary slash --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 7f39aa3..3603d26 100644 --- a/main.py +++ b/main.py @@ -737,7 +737,7 @@ async def remind_interval( # TODO: Add arguments message = ( - f"Hello {ctx.author.display_name}, first run in {calc_countdown(job.id)})\n" + f"Hello {ctx.author.display_name}, first run in {calc_countdown(job.id)}\n" f"With the message:\n**{message_reason}**." )