📌  相关文章
📜  discord.js 创建频道并获取 id - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:47.500000             🧑  作者: Mango

代码示例2
guild.channels.create('Channel Tempo', { type: 'category' }).then(result => {
console.log('Here is channel id', result.id)
//Logs he channel id
//from https://stackoverflow.com/questions/61197547/get-id-after-discord-js-channel-creation