UNPKG

@kamkam1_0/discord.js

Version:

Allows you to fully interact with discord's apis

7 lines (6 loc) 256 B
const reactionClass = require("./results/messagereaction") module.exports = async (bot, datas) => { let reactionInstance = new reactionClass(datas, bot) bot.emit(name(), bot, reactionInstance) } function name(){ return "MESSAGE_REACTION_REMOVE" }