mirror of
				https://github.com/musix-org/musix-oss
				synced 2025-11-04 06:49:31 +00:00 
			
		
		
		
	Update index.js
This commit is contained in:
		
							
								
								
									
										4
									
								
								index.js
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								index.js
									
									
									
									
									
								
							@@ -50,7 +50,11 @@ client.on('message', async msg => {
 | 
				
			|||||||
				}
 | 
									}
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			if (msg.content === `${PREFIX}ping`) {
 | 
								if (msg.content === `${PREFIX}ping`) {
 | 
				
			||||||
 | 
					<<<<<<< HEAD
 | 
				
			||||||
				msg.channel.send(`My current ping is ${client.ping}`)
 | 
									msg.channel.send(`My current ping is ${client.ping}`)
 | 
				
			||||||
 | 
					=======
 | 
				
			||||||
 | 
									msg.channel.send(`Current ping: ${client.ping}`)
 | 
				
			||||||
 | 
					>>>>>>> 33d39075120ae490150018d86e74e4f49378b76f
 | 
				
			||||||
				return;
 | 
									return;
 | 
				
			||||||
			  }
 | 
								  }
 | 
				
			||||||
			  if (msg.content.toUpperCase().startsWith(`MUSIX`)) {
 | 
								  if (msg.content.toUpperCase().startsWith(`MUSIX`)) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user