UNPKG

@kamkam1_0/discord.js

Version:

Allows you to fully interact with discord's apis

8 lines (7 loc) 259 B
module.exports = async (bot, datas) => { const guild = bot.guilds.get(datas.guild_id) if(guild) guild.channels._add(datas) bot.channels._add(datas) bot.emit(name(), bot, bot.channels.get(datas.id)) } function name(){ return "CHANNEL_CREATE" }