mirror of
				https://github.com/musix-org/musix-oss
				synced 2025-11-04 06:49:31 +00:00 
			
		
		
		
	Update remove.js
This commit is contained in:
		@@ -22,7 +22,7 @@ module.exports = {
 | 
				
			|||||||
      if (pos > queue.songs.length) return msg.channel.send(message1);
 | 
					      if (pos > queue.songs.length) return msg.channel.send(message1);
 | 
				
			||||||
      message2 = client.messages.removed.replace(
 | 
					      message2 = client.messages.removed.replace(
 | 
				
			||||||
        "%SONG%",
 | 
					        "%SONG%",
 | 
				
			||||||
        queue.songs[pos - 1].title
 | 
					        queue.songs[pos].title
 | 
				
			||||||
      );
 | 
					      );
 | 
				
			||||||
      msg.channel.send(message2);
 | 
					      msg.channel.send(message2);
 | 
				
			||||||
      return queue.songs.splice(pos, 1);
 | 
					      return queue.songs.splice(pos, 1);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user