mirror of
				https://github.com/aydenjahola/discord-multipurpose-bot.git
				synced 2025-11-04 00:01:41 +00:00 
			
		
		
		
	cs: add m4a1 total kills
This commit is contained in:
		
							parent
							
								
									287b64151b
								
							
						
					
					
						commit
						9568de32d4
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
					@ -89,6 +89,11 @@ module.exports = {
 | 
				
			||||||
          value: `${data.total_kills_ak47}`,
 | 
					          value: `${data.total_kills_ak47}`,
 | 
				
			||||||
          inline: true,
 | 
					          inline: true,
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          name: "Total Kills (M4A1)",
 | 
				
			||||||
 | 
					          value: `${data.total_kills_m4a1}`,
 | 
				
			||||||
 | 
					          inline: true,
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          name: "Total Kills (Headshot)",
 | 
					          name: "Total Kills (Headshot)",
 | 
				
			||||||
          value: `${data.total_kills_headshot}`,
 | 
					          value: `${data.total_kills_headshot}`,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue