// ----------------------------
// on ready:
await client.users.fetch(client.user.id, { cache: true, force: true });
// I have also tried `await client.user.fetch(true);
// ----------------------------
// in command:
client.user.bannerURL({ extension: 'png' })
// ----------------------------
// on ready:
await client.users.fetch(client.user.id, { cache: true, force: true });
// I have also tried `await client.user.fetch(true);
// ----------------------------
// in command:
client.user.bannerURL({ extension: 'png' })