UNPKG

@kamkam1_0/discord.js

Version:

Allows you to fully interact with discord's apis

6 lines (5 loc) 195 B
const Invite = require('../../structures/singles/invite') module.exports = async (bot, datas) => { bot.emit(name(), bot, (new Invite(datas, bot))) } function name(){ return "INVITE_CREATE" }