mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-06 13:40:16 +08:00
impr: add alias to command
!nuf
This commit is contained in:
parent
5002075dbd
commit
0c1b3509e1
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue