UNPKG

discord.js-self

Version:

A fork of discord.js with support of user accounts

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