Update nowPlayingMessage.js

This commit is contained in:
2023-07-09 12:30:00 +02:00
committed by GitHub
parent c7fcbc5a80
commit cdb4ac3670

View File

@@ -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);