add notification as an alias for keyword
This commit is contained in:
parent
0fb455ef53
commit
110b8f2d91
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ class Notifications(Cog):
|
||||||
await handle_triggers(ctx, message)
|
await handle_triggers(ctx, message)
|
||||||
|
|
||||||
@group(
|
@group(
|
||||||
aliases=["kw", "notifications", "notif", "noti"],
|
aliases=["kw", "notification", "notifications", "notif", "noti"],
|
||||||
invoke_without_command=True,
|
invoke_without_command=True,
|
||||||
)
|
)
|
||||||
async def keyword(self, ctx):
|
async def keyword(self, ctx):
|
||||||
|
|
Loading…
Reference in a new issue