Answers for "discord.js create channel and get id"

2

how to get a channelid discord.js

message.guild.channels.cache.get(channelid);
Posted by: Guest on February-17-2021
0

discord.js create channel and get id

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
Posted by: Guest on September-14-2021

Code answers related to "discord.js create channel and get id"

Code answers related to "Javascript"

Browse Popular Code Answers by Language