add warning to keyword regex
This commit is contained in:
parent
1186f1b23e
commit
34f6acbabd
1 changed files with 1 additions and 1 deletions
|
@ -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!
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue