mirror of
https://github.com/aydenjahola/discord-multipurpose-bot.git
synced 2024-11-22 00:35:56 +00:00
cs: add total matche played with clear name
This commit is contained in:
parent
3d1d94dd24
commit
602cdcd03f
1 changed files with 1 additions and 1 deletions
|
@ -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}` },
|
||||
|
|
Loading…
Reference in a new issue