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

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