1
0
forked from noxious/server

More work on commands / sending notifications

This commit is contained in:
2024-06-02 02:32:51 +02:00
parent 6a995a83ab
commit e9d2eb905a
4 changed files with 84 additions and 8 deletions

View File

@ -66,7 +66,7 @@ export class Server
await ZoneManager.boot();
// Load command manager
await CommandManager.boot();
await CommandManager.boot(this.io);
// Listen for socket connections
this.io.on('connection', this.handleConnection.bind(this));