Update message

This commit is contained in:
2020-12-04 10:04:50 +00:00
parent dd74ea4816
commit ad4a86f8ad

View File

@ -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}") 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}") print(f"remind - Message we sent back to user in Discord: {message}")
await ctx.send(message) await ctx.send(message)