Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

189
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda