UNPKG

discord.js-self

Version:

A fork of discord.js with support of user accounts

6 lines (4 loc) 106 B
'use strict'; module.exports = (client, packet) => { client.actions.MessageCreate.handle(packet.d); };