From ad4a86f8adf7fdb3e7502e83383712ddac481d0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Fri, 4 Dec 2020 10:04:50 +0000 Subject: [PATCH] Update message --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index fa3aaa3..ba131fa 100644 --- a/main.py +++ b/main.py @@ -77,7 +77,7 @@ async def remind(ctx, message_date: str, message_reason: str): }, ) print(f"remind - Id: {job.id}, Name: {job.name}, kwargs: {job.kwargs}") - message = f"Hello {ctx.message.author.name}, will notify you at:\n**{remove_timezone_from_date}**\nWith message:\n**{message_reason}**." + message = f"Hello {ctx.message.author.name}, I will notify you at:\n**{remove_timezone_from_date}**\nWith message:\n**{message_reason}**." print(f"remind - Message we sent back to user in Discord: {message}") await ctx.send(message)