我正在將我的 Discord 機器人升級到 Discord.js v12 版本,但我遇到了以下錯誤:TypeError: Cannot read property 'has' of undefined這是我的代碼:if (cmd.conf.permLevel === 4) { if (!message.member.permission.has("ADMINISTRATOR")) { const embed = new Discord.MessageEmbed() .setDescription(`Bu komutu kullanabilmek i?in \`Y?netici\` iznine sahip olmal?s?n!`) .setColor("f5f5f5").setTimestamp(); message.channel.send({ embed }); return; }}
無法讀取未定義的屬性“有”
互換的青春
2023-05-25 17:12:34