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

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