mirror of
https://github.com/MinazukiAmane/Tinasha-Bot.git
synced 2025-03-15 07:35:57 +08:00
fix mispell
This commit is contained in:
parent
9467a1d81e
commit
5db6afbfe5
@ -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