diff --git a/commands/player-stats.js b/commands/player-stats.js index 0b638b8..fe9a6df 100644 --- a/commands/player-stats.js +++ b/commands/player-stats.js @@ -145,7 +145,7 @@ module.exports = { } else if (category == 'shotsLanded') { statsEmbed.addFields( { name: 'Total Shots Landed', value: `${query.shotsLanded}`, inline: true }, - { name: 'View Weapon stats', value: ``, inline: true } + { name: 'View Weapon stats', value: ``, inline: true } ); const chart = { @@ -174,7 +174,7 @@ module.exports = { } else if (category == 'timesShot') { statsEmbed.addFields( { name: 'Total Times Shot', value: `${query.timesShot}`, inline: true }, - { name: 'View Weapon stats', value: ``, inline: true }, + { name: 'View Weapon stats', value: ``, inline: true }, ); const chart = { diff --git a/package.json b/package.json index ade6486..8121a52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dayzr-bot", - "version": "12.1.0", + "version": "12.1.1", "description": "A General Purpose Discord Bot for DayZ Nitrado Servers.", "main": "index.js", "nodemonConfig": {