UNPKG

@kamkam1_0/discord.js

Version:

Allows you to fully interact with discord's apis

7 lines (5 loc) 282 B
const SlashInteration = require('../../structures/singles/interactions/AutocompleteSlash') module.exports = async (bot, datas) => { bot.emit("INTERACTION_AUTOCOMPLETE_CREATE", bot, new SlashInteration(datas, bot)) } function name(){ return "INTERACTION_AUTOCOMPLETE_CREATE" }