buddy

node MVC discord bot
Log | Files | Refs | README

MESSAGE_REACTION_REMOVE.js (114B)


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