Banner undefined

Hey anyone happens to know why interaction.user.bannerURL() is not working? I am 100% sure I have a banner but the bot cannot fetch it. Things like interaction.user.avatarURL() do work.
6 Replies
d.js docs
d.js docs2y ago
• What's your exact discord.js npm list discord.js and node node -v version? • Post the full error stack trace, not just the top part! • Show your code! • Explain what exactly your issue is. • Not a discord.js issue? Check out #useful-servers.
Jaworek
Jaworek2y ago
have u fetched user?
d.js docs
d.js docs2y ago
method User#bannerURL() A link to the user's banner. See User#banner for more info
Mau
Mau2y ago
Hmm probably not, will give that a go
Jaworek
Jaworek2y ago
yeah u must force fetch it
Mau
Mau2y ago
Got it, thanks mate!