From 31a958bd3618696b9555285dc672b6c82448f26b Mon Sep 17 00:00:00 2001 From: N1R0 <85079850+N1R0tka@users.noreply.github.com> Date: Mon, 20 Sep 2021 15:52:45 -0700 Subject: [PATCH] Update nowplaying.js --- source/slashCommands/nowplaying.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/slashCommands/nowplaying.js b/source/slashCommands/nowplaying.js index 7a2a20a..e03fccc 100644 --- a/source/slashCommands/nowplaying.js +++ b/source/slashCommands/nowplaying.js @@ -79,7 +79,7 @@ module.exports = { allowedMentions: false }).then(async function() { setInterval(() => { - interaction.editfollowUp({ + interaction.editReply({ embeds: [new MessageEmbed() .setColor('YELLOW') .setAuthor(track.name, track.Thumbnail, track.url) @@ -94,4 +94,4 @@ module.exports = { } } }, -}; \ No newline at end of file +};