buddy

node MVC discord bot
Log | Files | Refs | README

GUILD_EMOJIS_UPDATE.js (110B)


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