mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-23 11:35:39 +00:00
remind: Quick style change
This commit is contained in:
parent
eac078e1b9
commit
3101da2bde
|
@ -42,7 +42,7 @@ class Remind:
|
||||||
expiry_timestamp)
|
expiry_timestamp)
|
||||||
|
|
||||||
await ctx.send(f"{ctx.author.mention}: I'll remind you in DMs about"
|
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):
|
def setup(bot):
|
||||||
|
|
Loading…
Reference in a new issue