From 11e0b05be1e1ccd107580c8446ccdf37783224a3 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 23 Dec 2024 00:51:37 -0500 Subject: [PATCH] add delete and del as aliases for remove --- nomen/notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomen/notifications.py b/nomen/notifications.py index 6fb54d7..3afdb4d 100644 --- a/nomen/notifications.py +++ b/nomen/notifications.py @@ -226,7 +226,7 @@ class Notifications(Cog): await self._add_keyword(ctx, keyword, True) - @keyword.command() + @keyword.command(aliases=["delete", "del"]) @guild_only() async def remove(self, ctx, keyword): """