Added empty image to make embeds same size

This commit is contained in:
Christer Warén
2021-09-03 03:46:44 +03:00
parent 13a085b9de
commit d9e57a47e9
12 changed files with 12 additions and 0 deletions

View File

@ -36,6 +36,7 @@ module.exports = {
.setThumbnail("https://cdn.discordapp.com/emojis/" + client.messageEmojis["logo"].replace(/[^0-9]+/g, ''))
.setColor(client.config.embedColor)
.setDescription(client.messages.messageCommandsDeprecatedDescription)
.setImage('https://waren.io/berriabot-temp-sa7a36a9xm6837br/images/empty-3.png')
.setFooter(client.messages.footerText, "https://cdn.discordapp.com/emojis/" + client.messageEmojis["eximiabots"].replace(/[^0-9]+/g, ''));
msg.channel.send({ embeds: [embed] });