mirror of
https://github.com/MinazukiAmane/Tinasha-Bot.git
synced 2025-03-15 18:16:02 +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 }) {
|
function shuffle({ client, guildId }) {
|
||||||
const player = client.musicManager.getPlayer(guildId);
|
const player = client.musicManager.getPlayer(guildId);
|
||||||
|
|
||||||
if (!player || !player.queue.curren) {
|
if (!player || !player.queue.current) {
|
||||||
return "🚫 There's no music currently playing";
|
return "🚫 There's no music currently playing";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user