From 9568de32d40e1c54576a0b16211170b8090f78df Mon Sep 17 00:00:00 2001 From: Ayden Jahola Date: Mon, 7 Oct 2024 09:41:30 +0100 Subject: [PATCH] cs: add m4a1 total kills --- commands/stats/cs2.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/commands/stats/cs2.js b/commands/stats/cs2.js index d74ecb4..fb869f4 100644 --- a/commands/stats/cs2.js +++ b/commands/stats/cs2.js @@ -89,6 +89,11 @@ module.exports = { value: `${data.total_kills_ak47}`, inline: true, }, + { + name: "Total Kills (M4A1)", + value: `${data.total_kills_m4a1}`, + inline: true, + }, { name: "Total Kills (Headshot)", value: `${data.total_kills_headshot}`,