UNPKG

discord.js-self

Version:

A fork of discord.js with support of user accounts

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