UNPKG

@kamkam1_0/discord.js

Version:

Allows you to fully interact with discord's apis

11 lines (8 loc) 312 B
module.exports = async (bot, datas) => { const guild = bot.guilds.get(datas.guild_id) if(!datas.guild_id || !guild) return const oldrole = guild.roles.get(datas.role_id) guild.roles._delete(datas.role_id) bot.emit(name(), bot, oldrole) } function name(){ return "GUILD_ROLE_DELETE" }