como obter um canaldid discord.js
message.guild.channels.cache.get(channelid);
message.guild.channels.cache.get(channelid);
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