remind: alias remindme

This commit is contained in:
Ave Ozkal 2018-12-31 02:08:38 +03:00
parent e4c4db29af
commit ff9d39d199
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B

View file

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