Initial commit
This commit is contained in:
5
src/client/websocket/handlers/THREAD_CREATE.js
Normal file
5
src/client/websocket/handlers/THREAD_CREATE.js
Normal file
@@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = (client, packet) => {
|
||||
client.actions.ThreadCreate.handle(packet.d);
|
||||
};
|
Reference in New Issue
Block a user