mirror of
				https://github.com/musix-org/musix-oss
				synced 2025-11-04 06:49:31 +00:00 
			
		
		
		
	Update play.js
This commit is contained in:
		@@ -79,7 +79,7 @@ module.exports = async function (guild, song, client, seek, play) {
 | 
				
			|||||||
    const embed = new Discord.MessageEmbed()
 | 
					    const embed = new Discord.MessageEmbed()
 | 
				
			||||||
      .setTitle(`${client.messages.startPlaying}**${song.title}**`)
 | 
					      .setTitle(`${client.messages.startPlaying}**${song.title}**`)
 | 
				
			||||||
      .setDescription(
 | 
					      .setDescription(
 | 
				
			||||||
        `Song duration: \`${client.funcs.msToTime(queue.songs[0].songLength, "hh:mm:ss")}\``
 | 
					        `Song duration: \`${client.funcs.msToTime(queue.songs[0].songLength * 1000, "hh:mm:ss")}\``
 | 
				
			||||||
      )
 | 
					      )
 | 
				
			||||||
      .setColor(client.config.embedColor);
 | 
					      .setColor(client.config.embedColor);
 | 
				
			||||||
    queue.textChannel.send(embed);
 | 
					    queue.textChannel.send(embed);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user