From c5530c259bdd7f923c37b7c25d885726e1b266d0 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 21 Feb 2025 16:10:33 -0500 Subject: [PATCH] add unpause alias for resume --- nomen/notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomen/notifications.py b/nomen/notifications.py index 9d9bc89..9cefc2b 100644 --- a/nomen/notifications.py +++ b/nomen/notifications.py @@ -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): """