Getting Banner URL

GIST: https://gist.github.com/KiraKenjiro/de1460359c1b33dc5f2d55763eae95a2

let bannerURL = user.bannerURL({ format: "png", dynamic: true });
let isAnimatedBanner = bannerURL && typeof bannerURL === "string" && bannerURL.includes(".gif");


That code returns this value,

  bannerURL: undefined,
  isAnimatedBanner: undefined,


Is there something i'm doing wrong to get the banner?
Gist
This is a Discord bot designed to easily retrieve your account details using your ID. - index.js
Was this page helpful?