Answers for "find channel by id discord js"

9

Find channel discord js

// Insert the Channel ID in the brackets. TO find that, right click the
// channel and select "Copy ID". Discord Developer must be on.
let channel = message.guild.channels.cache.get(channelid)
Posted by: Guest on June-21-2020
-2

get channel discord.js

client.channels.cache.get('id')
Posted by: Guest on June-11-2021

Code answers related to "find channel by id discord js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language