From 3101da2bde1add192d864881f8c354f54aed68fa Mon Sep 17 00:00:00 2001 From: Ave Ozkal Date: Sun, 30 Dec 2018 23:38:48 +0300 Subject: [PATCH] remind: Quick style change --- cogs/remind.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/remind.py b/cogs/remind.py index 4f59c02..194eccf 100644 --- a/cogs/remind.py +++ b/cogs/remind.py @@ -42,7 +42,7 @@ class Remind: expiry_timestamp) await ctx.send(f"{ctx.author.mention}: I'll remind you in DMs about" - f" {safe_text} in {duration_text}") + f" `{safe_text}` in {duration_text}") def setup(bot):