remind: alias remindme
This commit is contained in:
parent
e4c4db29af
commit
ff9d39d199
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue