mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 02:36:11 +10:00
no clue what I'm doing
This commit is contained in:
@@ -40,6 +40,10 @@ module.exports = {
|
||||
verified: dclient.user.verified
|
||||
}
|
||||
}))
|
||||
|
||||
dclient.on('debug', (message) => {
|
||||
ws.send(message)
|
||||
})
|
||||
});
|
||||
|
||||
|
||||
@@ -48,9 +52,6 @@ module.exports = {
|
||||
|
||||
|
||||
|
||||
dclient.on('debug', (message) => {
|
||||
ws.send(message)
|
||||
})
|
||||
|
||||
server.listen(8080);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user