From 34f6acbabd79732e6a5b587d2a9d84908d1c5e47 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 1 Jan 2025 02:04:46 -0500 Subject: [PATCH] add warning to keyword regex --- nomen/notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomen/notifications.py b/nomen/notifications.py index ac5756f..9b895d7 100644 --- a/nomen/notifications.py +++ b/nomen/notifications.py @@ -240,7 +240,7 @@ class Notifications(Cog): @guild_only() async def regex(self, ctx, *, keyword): """ - Adds a notification regex + Adds a notification regex (For advanced users) Quotes aren't necessary, spaces are included automatically! """