Updated nowplaying.js

This commit is contained in:
Christer Warén 2021-08-26 22:06:41 +03:00
parent 96e1ce82ae
commit 3488d8e737

View File

@ -25,6 +25,7 @@ module.exports = {
.setColor(client.config.embedColor)
.setDescription(message.nowplayingDescription)
.setFooter(client.messages.footerText, "https://cdn.discordapp.com/emojis/" + client.messageEmojis["eximiabots"].replace(/[^0-9]+/g, ''));
return interaction.reply({ embeds: [embed] });
interaction.reply({ embeds: [embed] });
}
};