diff --git a/nomen/notifications.py b/nomen/notifications.py index b84fe18..d18d343 100644 --- a/nomen/notifications.py +++ b/nomen/notifications.py @@ -237,6 +237,7 @@ class Notifications(Cog): Use quotes for a regex with spaces! """ + # TODO: Add regex names to make notifications cleaner await self._add_keyword(ctx, keyword, True) @keyword.command(aliases=["delete", "del"])