diff --git a/commands/player-stats.js b/commands/player-stats.js index 79bc506..040f479 100644 --- a/commands/player-stats.js +++ b/commands/player-stats.js @@ -265,8 +265,8 @@ module.exports = { yAxes: [{ ticks: { fontStyle: 'bold', - // min: Math.round(Math.min(...data)/10)*10 - 10, - // max: Math.round(Math.max(...data)/10)*10 + 10, + min: Math.round(Math.min(...data)/10)*10 - 10, + max: Math.round(Math.max(...data)/10)*10 + 10, }, }], xAxes: [{ ticks: { fontStyle: 'bold' } }], diff --git a/package.json b/package.json index f505cf2..636aaab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dayzr-bot", - "version": "12.4.6", + "version": "12.4.7", "description": "A General Purpose Discord Bot for DayZ Nitrado Servers.", "main": "index.js", "nodemonConfig": {