add notification as an alias for keyword

This commit is contained in:
Infinidoge 2024-12-19 01:12:33 -05:00
parent 0fb455ef53
commit 110b8f2d91
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -117,7 +117,7 @@ class Notifications(Cog):
await handle_triggers(ctx, message)
@group(
aliases=["kw", "notifications", "notif", "noti"],
aliases=["kw", "notification", "notifications", "notif", "noti"],
invoke_without_command=True,
)
async def keyword(self, ctx):