UNPKG

@kamkam1_0/discord.js

Version:

Allows you to fully interact with discord's apis

6 lines (5 loc) 215 B
const Integration = require("../../structures/singles/integration") module.exports = async (bot, datas) => { bot.emit(name(), bot, (new Integration(datas, bot))) } function name(){ return "INTEGRATION_CREATE" }