mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-23 07:15:34 +00:00
remind: alias remindme
This commit is contained in:
parent
e4c4db29af
commit
ff9d39d199
|
@ -27,7 +27,7 @@ class Remind:
|
||||||
await ctx.send(embed=embed)
|
await ctx.send(embed=embed)
|
||||||
|
|
||||||
@commands.cooldown(1, 60, type=commands.BucketType.user)
|
@commands.cooldown(1, 60, type=commands.BucketType.user)
|
||||||
@commands.command()
|
@commands.command(aliases=["remindme"])
|
||||||
async def remind(self, ctx, when: str, *, text: str = "something"):
|
async def remind(self, ctx, when: str, *, text: str = "something"):
|
||||||
"""Reminds you about something."""
|
"""Reminds you about something."""
|
||||||
await ctx.message.delete()
|
await ctx.message.delete()
|
||||||
|
|
Loading…
Reference in a new issue