add warning to keyword regex

This commit is contained in:
Infinidoge 2025-01-01 02:04:46 -05:00
parent 1186f1b23e
commit 34f6acbabd
Signed by: Infinidoge
SSH key fingerprint: SHA256:GT2StvPQMMfFHyiiFJymQxfTG/z6EWLJ6NWItf5K5sA

View file

@ -240,7 +240,7 @@ class Notifications(Cog):
@guild_only() @guild_only()
async def regex(self, ctx, *, keyword): 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! Quotes aren't necessary, spaces are included automatically!
""" """