From 0c1b3509e12d3efa67139ffa4b5401d75f86e5bb Mon Sep 17 00:00:00 2001 From: Miodec Date: Wed, 26 Mar 2025 15:24:01 +0100 Subject: [PATCH] impr: add alias to command !nuf --- frontend/src/ts/commandline/lists.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/ts/commandline/lists.ts b/frontend/src/ts/commandline/lists.ts index d6965c3f5..346ea790d 100644 --- a/frontend/src/ts/commandline/lists.ts +++ b/frontend/src/ts/commandline/lists.ts @@ -393,6 +393,7 @@ export const commands: CommandsSubgroup = { id: "clearNotifications", display: "Clear all notifications", icon: "fa-trash-alt", + alias: "dismiss", exec: async (): Promise => { Notifications.clearAllNotifications(); },