embeds[0].author.icon_url:不支持方案 "null"。 discord.jsV13

embeds[0].author.icon_url: Scheme "null" is not supported. discord.js V13

我在我的机器人中设置了一个欢迎者(我使用 discord.js v13)事件,当一个成员加入公会时发送一个嵌入但是当加入的成员没有头像时我得到这个错误任何人都可以帮助

TypeError: Cannot read properties of undefined (reading 'iconURL')
    at Captcha.present (/root/gentlemen/node_modules/discord.js-captcha/src/index.js:202:40)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
DiscordAPIError: Invalid Form Body
embeds[0].author.icon_url: Scheme "null" is not supported. Scheme must be one of ('http', 'https').

只需使用 <User>.displayAvatarURL() 这允许您获得用户头像,即使它是默认头像