add todo for regex names

This commit is contained in:
Infinidoge 2024-12-31 18:15:52 -05:00
parent 77d329ac45
commit 2bdf4f3e25
Signed by: Infinidoge
SSH key fingerprint: SHA256:GT2StvPQMMfFHyiiFJymQxfTG/z6EWLJ6NWItf5K5sA

View file

@ -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"])