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 """