【发布时间】:2018-08-13 01:26:16
【问题描述】:
我不知道使用什么方法来检查消息是否包含对频道的提及;如果是,我想继续执行,如果不是,返回错误信息。
if (message.mentions.channels == true) {
console.log('Yeah, you used a channel mention');
} else {
console.log('Hey boy, you have to use a channel mention');
}
有人能解开我的疑惑吗?
【问题讨论】:
标签: discord.js