diff --git a/src/client/commands/nowplaying.js b/src/client/commands/nowplaying.js index 9017017..9bb40e4 100644 --- a/src/client/commands/nowplaying.js +++ b/src/client/commands/nowplaying.js @@ -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] }); } }; \ No newline at end of file