UNPKG

discord.js

Version:

A powerful library for interacting with the Discord API

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