Merge branch 'Development' of https://github.com/MinazukiAmane/Tinasha-Bot into Development

This commit is contained in:
Amane Serenetia 2024-12-09 10:56:00 +07:00
commit e5aff5c763

View File

@ -32,7 +32,7 @@ module.exports = {
function shuffle({ client, guildId }) {
const player = client.musicManager.getPlayer(guildId);
if (!player || !player.queue.curren) {
if (!player || !player.queue.current) {
return "🚫 There's no music currently playing";
}