UNPKG

@kamkam1_0/discord.js

Version:

Allows you to fully interact with discord's apis

10 lines (9 loc) 382 B
module.exports = async (bot, datas) => { const guild = bot.guilds.get(datas.guild_id) if(!datas.guild_id || !guild) return const oldmember = guild.members.get(datas.user.id) guild.members._delete(datas.user.id) bot.users._delete({user: datas.user.id, guild: datas.guild_id}) bot.emit(name(), bot, oldmember) } function name(){ return "GUILD_MEMBER_REMOVE" }