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

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