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

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