Discord.js API 隐形标识符
Discord.js API invisible identifier
如上图所示,您看到我 运行 我的 discord.js 机器人出于某种神奇的原因认为有一个完全不可见的标识符吗?
这是一行:
var Demanding Boss = "**Demanding Boss:** Your pushing of minions with healthy competition has caused unhealthy competition"
变量名称中不能有空格。
所以你的变量需要是 var Demanding_Boss = "";
如上图所示,您看到我 运行 我的 discord.js 机器人出于某种神奇的原因认为有一个完全不可见的标识符吗?
这是一行:
var Demanding Boss = "**Demanding Boss:** Your pushing of minions with healthy competition has caused unhealthy competition"
变量名称中不能有空格。
所以你的变量需要是 var Demanding_Boss = "";