add unpause alias for resume
This commit is contained in:
parent
b7456dd759
commit
c5530c259b
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ class Notifications(Cog):
|
|||
await ctx.bot.db.commit()
|
||||
await ctx.send(f"Paused notifications in {ctx.guild}")
|
||||
|
||||
@keyword.command()
|
||||
@keyword.command(aliases=["unpause"])
|
||||
@guild_only()
|
||||
async def resume(self, ctx):
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue