add unpause alias for resume

This commit is contained in:
Infinidoge 2025-02-21 16:10:33 -05:00
parent b7456dd759
commit c5530c259b
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -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):
"""