From 602cdcd03ffbcdbc68a37c776f25f6c8a4d1bc59 Mon Sep 17 00:00:00 2001 From: Ayden Jahola Date: Mon, 7 Oct 2024 10:24:43 +0100 Subject: [PATCH] cs: add total matche played with clear name --- commands/stats/cs2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/stats/cs2.js b/commands/stats/cs2.js index 487fe0d..e69ec94 100644 --- a/commands/stats/cs2.js +++ b/commands/stats/cs2.js @@ -39,7 +39,7 @@ module.exports = { { name: "🎮 Steam Name", value: data.player_name || "N/A" }, { name: "⏳ Hours Played", value: `${data.hours_played}h` }, { - name: "🎮 Total Matches Played", + name: "🎮 Total Matches Played (Competitive)", value: `${data.total_gg_matches_played}`, }, { name: "🎮 Kills", value: `${data.kills}` },