add todo for regex names
This commit is contained in:
parent
77d329ac45
commit
2bdf4f3e25
1 changed files with 1 additions and 0 deletions
|
@ -237,6 +237,7 @@ class Notifications(Cog):
|
||||||
Use quotes for a regex with spaces!
|
Use quotes for a regex with spaces!
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
# TODO: Add regex names to make notifications cleaner
|
||||||
await self._add_keyword(ctx, keyword, True)
|
await self._add_keyword(ctx, keyword, True)
|
||||||
|
|
||||||
@keyword.command(aliases=["delete", "del"])
|
@keyword.command(aliases=["delete", "del"])
|
||||||
|
|
Loading…
Reference in a new issue