mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 02:40:08 +00:00
5 lines
152 B
JavaScript
5 lines
152 B
JavaScript
module.exports = async (client, interaction) => {
|
|
interaction = client.interactions.forge(interaction)
|
|
client.commands.isInteraction(interaction)
|
|
}
|