From fbbbc395b486b6974d7d9a3f4fd13d43f2387450 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sat, 28 Jun 2025 22:44:23 -0400 Subject: [PATCH] avoid shadowing list --- nomen/notifications.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nomen/notifications.py b/nomen/notifications.py index 7c5b69f..c813d58 100644 --- a/nomen/notifications.py +++ b/nomen/notifications.py @@ -376,9 +376,9 @@ class Notifications(Cog): }keyword list`" ) - @keyword.command() + @keyword.command(name="list") @guild_only() - async def list(self, ctx): + async def _list(self, ctx): """ Lists keywords and regexes, with trigger count """