“Получить канал Discord.js” Ответ

Найдите Discord JS канала 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)
Lime

Как получить Channelid Discord.js

message.guild.channels.cache.get(channelid);

Получить канал Discord.js

client.channels.cache.get('id') 

Zmacky

message.channel.name.includes

    if (!message.channel.name.includes("bot-commands")) return message.channel.send('do commands only at <#bot-commands-id>');
    if(message.content.startswith(`${prefix}help`)){
message.channel.send('help command')
}
Proud Platypus

Ответы похожие на “Получить канал Discord.js”

Вопросы похожие на “Получить канал Discord.js”

Больше похожих ответов на “Получить канал Discord.js” по JavaScript

Смотреть популярные ответы по языку

Смотреть другие языки программирования