Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

191
Visualizações
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 Respostas
Responde à pergunta

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 Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda