update/track deaths+killers per weapon
This commit is contained in:
5 files changed
+15
-3
No files matched your search
@@ -109,6 +109,8 @@ module.exports = {
|
||||
.setDescription(`${tag} stats for the **${weapon}**`)
|
||||
.setThumbnail(weapons[weaponClass][weapon])
|
||||
.addFields(
|
||||
{ name: `Kills`, value: `${player.weaponStats[weapon].kills}`, inline: true },
|
||||
{ name: `Deaths`, value: `${player.weaponStats[weapon].deaths}`, inline: true },
|
||||
{ name: `Shots Landed`, value: `${player.weaponStats[weapon].shotsLanded}`, inline: true },
|
||||
{ name: `Times Shot`, value: `${player.weaponStats[weapon].timesShot}`, inline: true },
|
||||
);
|
||||
|
||||
Reference in new issue
Block a user