mirror of
https://github.com/musix-org/musix-oss
synced 2025-06-16 12:36:01 +00:00
editing console logs
This commit is contained in:
@ -18,6 +18,7 @@ module.exports = {
|
||||
console.log("no serverQueue")
|
||||
if (!voiceChannel) return message.channel.send(':x: I\'m sorry but you need to be in a voice channel to play music!');
|
||||
} else {
|
||||
console.log("serverQueue")
|
||||
if (voiceChannel !== serverQueue.voiceChannel) return message.channel.send(':x: I\'m sorry but you need to be in the same voiceChannel as Musix to play music!');
|
||||
}
|
||||
if (!args[1]) return message.channel.send(':x: You need to use a link or search for a song!');
|
||||
|
Reference in New Issue
Block a user