From cdb4ac3670490631a2f1ca5967522ac30799315e Mon Sep 17 00:00:00 2001 From: LESO Date: Sun, 9 Jul 2023 12:30:00 +0200 Subject: [PATCH] Update nowPlayingMessage.js --- utils/nowPlayingMessage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/nowPlayingMessage.js b/utils/nowPlayingMessage.js index 8118361..bce5ad4 100644 --- a/utils/nowPlayingMessage.js +++ b/utils/nowPlayingMessage.js @@ -44,7 +44,7 @@ function nowPlayingMessage(interaction, song, prematureEnd = false) { }); }); } - }, 1000); + }, 5000); // Store the interval ID in the intervalMap intervalMap.set(interaction.guild.id, inter); @@ -65,4 +65,4 @@ function nowPlayingMessage(interaction, song, prematureEnd = false) { module.exports.nowPlayingMessage = nowPlayingMessage; module.exports.intervalMap = intervalMap; -module.exports.currentInteractionIds = currentInteractionIds; \ No newline at end of file +module.exports.currentInteractionIds = currentInteractionIds;