From 2bdf4f3e258e647a01b4c6309e2b472ffed756f1 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Tue, 31 Dec 2024 18:15:52 -0500 Subject: [PATCH] add todo for regex names --- nomen/notifications.py | 1 + 1 file changed, 1 insertion(+) 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"])