1 2 3 4 5
'use strict'; module.exports = (client, packet) => { client.actions.ThreadCreate.handle(packet.d); };