类型错误:无法读取 null 的“用户”属性

时间:2021-02-01 00:29:37

标签: 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)

0 个答案:

没有答案