Home > Net >  Discord.JS Getting presence largeImage
Discord.JS Getting presence largeImage

Time:10-08

I am attempting to get the largeImage photo from a users status like this

When logging it to console it returns spotify:ab67616d0000b27391eb833af3d3829f42321996 is there anyway to get this in a photo form

CodePudding user response:

Try using largeImageURL() function.

  • Related