add delete and del as aliases for remove
This commit is contained in:
parent
5adf365d3e
commit
11e0b05be1
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ class Notifications(Cog):
|
||||||
|
|
||||||
await self._add_keyword(ctx, keyword, True)
|
await self._add_keyword(ctx, keyword, True)
|
||||||
|
|
||||||
@keyword.command()
|
@keyword.command(aliases=["delete", "del"])
|
||||||
@guild_only()
|
@guild_only()
|
||||||
async def remove(self, ctx, keyword):
|
async def remove(self, ctx, keyword):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue