buddy

node MVC discord bot
Log | Files | Refs | README

GUILD_MEMBER_REMOVE.js (124B)


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