buddy

node MVC discord bot
Log | Files | Refs | README

MESSAGE_REACTION_REMOVE_ALL.js (117B)


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