【发布时间】:2022-02-01 03:12:47
【问题描述】:
我想在特定服务器中禁用我的机器人,并将其放入我的命令 if 语句中。怎么做?
if (!message.content.startsWith(prefix) /* || Disabling the specific servers here */) return;
【问题讨论】:
-
请澄清您的具体问题或提供其他详细信息以准确突出您的需求。正如目前所写的那样,很难准确地说出你在问什么。
标签: javascript node.js if-statement discord.js