remind: Quick style change

This commit is contained in:
Ave Ozkal 2018-12-30 23:38:48 +03:00
parent eac078e1b9
commit 3101da2bde
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B

View file

@ -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):