1
0
forked from noxious/server

npm run dev

This commit is contained in:
2024-09-30 22:42:46 +02:00
parent 3638e2a793
commit 4f9a1bc879
6 changed files with 26 additions and 27 deletions

View File

@ -10,4 +10,4 @@ export default class AlertCommand {
if (!message) return console.log('message is required')
this.io.emit('notification', { message: message })
}
}
}