question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Footer not showing

See original GitHub issue

Which package is this bug report for?

discord.js

Issue description

Steps to reproduce: Log in with your bot Create any embed by manually building the object Include a footer in the embed Send the embed Footer is not showing (it shows in v13)

Code sample

import * as Discord from 'discord.js'

const intents = [
Discord.GatewayIntentBits.Guilds,
Discord.GatewayIntentBits.GuildMessages,
]

const client = new Discord.Client({ intents: intents })

client.on('messageCreate', message => {
   if (message.content == '!embed') {
    const embed = {
    title: 'Some title',
    description: 'Some Description',
    footer: {
    text: 'Some text',
    icon_url: message.author.displayAvatarURL()
    }
}
   message.channel.send({embeds: [e]})
}    
})

client.login('token')

Package version

discord.js@14.0.0-dev.1644797187.0dfdb2c

Node.js version

17.4.0

Operating system

Debian

Priority this issue should have

Medium (should be fixed soon)

Which partials do you have configured?

No Partials

Which gateway intents are you subscribing to?

Guilds, GuildMessages

I have tested this issue on a development release

discord.js@14.0.0-dev.1644797187.0dfdb2c

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
monbreycommented, Feb 15, 2022

This will be fixed by #7464

0reactions
ImRodrycommented, Feb 16, 2022

oh, so how do I install the fix from npm?

Wait for the next release in about 5 and a half hours

Read more comments on GitHub >

github_iconTop Results From Across the Web

My footer div is not showing? - html - Stack Overflow
first create Container, Header, Content and Footer. Fill them with data. Do not apply CSS yet, get to know their static positions first....
Read more >
Footer in Word document not showing - Microsoft Community
Try going to File>Options>Advanced>Show document content and check the box for "Show drawings and text boxes on screen". Is the font formatted ...
Read more >
Why isn't my footer showing up on the page? - HTML-CSS
Open the footer and then start the section? That footer wasn't there when I looked, but OK. Try: position: sticky;
Read more >
What would all the possible reasons be why your footer wont ...
I made sure to do the clear: both; command in my footer. But it's still not showing up. I tried adding the float:bottom...
Read more >
Footer not showing on Google Chrome | WordPress.org
you might have an issue with theme and/or elementor setting(s) or customizations which is “pushing” your footer content out of viewable area on...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found