impr: add alias to command

!nuf
This commit is contained in:
Miodec 2025-03-26 15:24:01 +01:00
parent 5002075dbd
commit 0c1b3509e1

View file

@ -393,6 +393,7 @@ export const commands: CommandsSubgroup = {
id: "clearNotifications",
display: "Clear all notifications",
icon: "fa-trash-alt",
alias: "dismiss",
exec: async (): Promise<void> => {
Notifications.clearAllNotifications();
},