标签: javascript node.js discord discord.js
我正在 discord.js 中创建服务器信息命令,但出现错误
Cannot read property of "user" of null
以前可以,但现在不行了。不知道为什么
这是有问题的代码:
.addField("Owner", `${message.guild.owner.user.username}#${message.guild.owner.user.discriminator}`, true)