avoid shadowing list

This commit is contained in:
Infinidoge 2025-06-28 22:44:23 -04:00
parent 9cd672e382
commit fbbbc395b4
Signed by: Infinidoge
SSH key fingerprint: SHA256:GT2StvPQMMfFHyiiFJymQxfTG/z6EWLJ6NWItf5K5sA

View file

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