From ff9d39d1996861046ed8750da7b7813a5b093b1d Mon Sep 17 00:00:00 2001 From: Ave Ozkal Date: Mon, 31 Dec 2018 02:08:38 +0300 Subject: [PATCH] remind: alias remindme --- cogs/remind.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/remind.py b/cogs/remind.py index 0346a61..c71eccb 100644 --- a/cogs/remind.py +++ b/cogs/remind.py @@ -27,7 +27,7 @@ class Remind: await ctx.send(embed=embed) @commands.cooldown(1, 60, type=commands.BucketType.user) - @commands.command() + @commands.command(aliases=["remindme"]) async def remind(self, ctx, when: str, *, text: str = "something"): """Reminds you about something.""" await ctx.message.delete()