mirror of
https://github.com/MinazukiAmane/Tinasha-Bot.git
synced 2025-03-15 07:35:57 +08:00
Merge branch 'Development' of https://github.com/MinazukiAmane/Tinasha-Bot into Development
This commit is contained in:
commit
e5aff5c763
@ -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";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user