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