buddy

node MVC discord bot
Log | Files | Refs | README

MESSAGE_REACTION_REMOVE_EMOJI.js (119B)


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