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}%`,