From 49c0c60f1296fdd9121d889247f28db3e1352269 Mon Sep 17 00:00:00 2001 From: Ayden Jahola Date: Wed, 2 Oct 2024 19:58:07 +0100 Subject: [PATCH] val stats: Add acs --- commands/stats/valorant.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/commands/stats/valorant.js b/commands/stats/valorant.js index 121f6f0..5012780 100644 --- a/commands/stats/valorant.js +++ b/commands/stats/valorant.js @@ -76,6 +76,10 @@ module.exports = { name: "📈 K/D Ratio", value: `${data.kd_ratio}`, }, + { + name: "📊 ACS", + value: `${data.acs}`, + }, { name: "🎯 Headshot Percentage", value: `${data.headshot_percentage}%`,