summaryrefslogtreecommitdiff
path: root/node_modules/discord.js/src/client/websocket/handlers/GUILD_UPDATE.js
blob: fd0012ad93a52b6f7961a261710bda5be781e1f5 (plain) (blame)
1
2
3
4
5
'use strict';

module.exports = (client, packet) => {
  client.actions.GuildUpdate.handle(packet.d);
};