buddy

node MVC discord bot
Log | Files | Refs | README

GUILD_ROLE_CREATE.js (108B)


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