UNPKG

discord.js

Version:

A powerful library for interacting with the Discord API

6 lines (4 loc) 110 B
'use strict'; module.exports = (client, packet) => { client.actions.InteractionCreate.handle(packet.d); };