Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

190
Views
How can I grab a user's Discord banner at full resolution?

I have created a feature where a user can input information about themself and an embed is created. I want to add the user's banner to the embed, however, when I run the code below I just get a smaller version of it.

(this is just a bit of the code isolated, it's the same result though)

async run(interaction) {
    await interaction.deferReply();

    await interaction.user.fetch();
    interaction.editReply({ content: interaction.user.bannerURL({ dynamic: true }) });
}
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

I was being stupid, there is a size option.

For anyone else that needs help with this:

async run(interaction) {
    await interaction.deferReply();

    await interaction.user.fetch();
    interaction.editReply({ content: interaction.user.bannerURL({ dynamic : true , size : 2048 }) });
}
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!