mirror of
				https://github.com/musix-org/musix-oss
				synced 2025-11-04 09:49:32 +00:00 
			
		
		
		
	Update index.js
This commit is contained in:
		
							
								
								
									
										1
									
								
								index.js
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								index.js
									
									
									
									
									
								
							@@ -352,6 +352,7 @@ function play(guild, song) {
 | 
				
			|||||||
		})
 | 
							})
 | 
				
			||||||
		.on('error', error => console.error(error));
 | 
							.on('error', error => console.error(error));
 | 
				
			||||||
	dispatcher.setVolumeLogarithmic(1 / 5);
 | 
						dispatcher.setVolumeLogarithmic(1 / 5);
 | 
				
			||||||
 | 
						serverQueue.volume = 1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	serverQueue.textChannel.send(`:musical_note: Start playing: **${song.title}**`);
 | 
						serverQueue.textChannel.send(`:musical_note: Start playing: **${song.title}**`);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user