Files
discordeno/examples/nodejs/events/interactionCreate.js
Jonathan Ho d04a040f28 Setup turborepo (#2610)
* chore: BREAKING move to monorepo structure

* chore: setup turborepo
2022-12-01 01:59:02 +08:00

5 lines
155 B
JavaScript

module.exports = async (client, interaction) => {
interaction = client.interactions.forge(interaction);
client.commands.isInteraction(interaction);
};