【发布时间】:2021-07-29 23:07:14
【问题描述】:
Client.on("channelCreate", channel => {
if(protection){
channel.delete()
}
})
Client.on("channelDelete", channel => {
if(protection){
channel.client. (don't want to create channel the bot have delete)
}
})
【问题讨论】:
标签: node.js discord.js