UNPKG

@kamkam1_0/discord.js

Version:

Allows you to fully interact with discord's apis

9 lines (8 loc) 273 B
module.exports = async (bot, datas) => { const guild = bot.guilds.get(datas.guild_id) if(!guild) return const thread = guild.threads.get(datas.id) guild.threads._delete(datas.id) bot.emit(name(), bot, thread) } function name(){ return "THREAD_DELETE" }