Skip to content
Advertisement

Error picking up the user’s avatar (discord.js)

Code

JavaScript

Error:

JavaScript

Since when I started using discord.js V12 i walk with many doubts and one of them is, how to catch the avatar of a user? Can someone help me? I know it’s a stupid doubt but I really don’t know

Advertisement

Answer

message.author.avatar is not a method. You need message.author.avatarURL

JavaScript

As mentioned above, try using the docs

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement