Update nowPlayingMessage.js
This commit is contained in:
@@ -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;
|
||||
module.exports.currentInteractionIds = currentInteractionIds;
|
||||
|
||||
Reference in New Issue
Block a user