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

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