📜  定义参数不和谐 - 任何代码示例

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

代码示例1
if (!message.content.startsWith(prefix) || message.author.bot) return;

const args = message.content.slice(prefix.length).trim().split(' ');
const command = args.shift().toLowerCase();