how can i make a footer that display the bot icon and name and time that the command was run in
how can i make a footer that display the bot icon and name and time that the command was run in
3 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!Use
EmbedBuilder#setFooter()
using properties of Client.user
, and EmbedBuilder#setTimestamp()
Also, don't include every version tag and instead only include the version of discord.js that you're actually usingIs setTimestamp() not timeout
.