mirror of
https://github.com/aydenjahola/discord-multipurpose-bot.git
synced 2024-11-22 08:45:55 +00:00
val stats: Add acs
This commit is contained in:
parent
55ddde67f6
commit
49c0c60f12
1 changed files with 4 additions and 0 deletions
|
@ -76,6 +76,10 @@ module.exports = {
|
||||||
name: "📈 K/D Ratio",
|
name: "📈 K/D Ratio",
|
||||||
value: `${data.kd_ratio}`,
|
value: `${data.kd_ratio}`,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "📊 ACS",
|
||||||
|
value: `${data.acs}`,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "🎯 Headshot Percentage",
|
name: "🎯 Headshot Percentage",
|
||||||
value: `${data.headshot_percentage}%`,
|
value: `${data.headshot_percentage}%`,
|
||||||
|
|
Loading…
Reference in a new issue