UNPKG

@kamkam1_0/discord.js

Version:

Allows you to fully interact with discord's apis

8 lines (7 loc) 301 B
const reactinremoveall = require("./results/messagereactionremoveall") module.exports = async (bot, datas) => { const guild = bot.guilds.get(datas.guild_id) if(!guild) return bot.emit(name(), bot, new reactinremoveall(datas, bot)) } function name(){ return "MESSAGE_REACTION_REMOVE_ALL" }