📌  相关文章
📜  获取频道 discord.js - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:05.792000             🧑  作者: Mango

代码示例4
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')
}