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

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