From 8b17f133d69778674b5d03e3174c0506cd704c04 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 30 Sep 2024 10:39:51 -0400 Subject: [PATCH] fix typo --- nomen/notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomen/notifications.py b/nomen/notifications.py index 662ab79..9ea4839 100644 --- a/nomen/notifications.py +++ b/nomen/notifications.py @@ -230,7 +230,7 @@ class Notifications(Cog): pass # TODO: Ignore channels - @ignore.cmmand() + @ignore.command() @guild_only() async def active(self, ctx): pass