From 8b7cba3b6f2f030989d4659e5c0b42e748e970f9 Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Fri, 10 Nov 2023 12:36:16 -0800 Subject: [PATCH] change/only limit player-stats graph --- commands/player-stats.js | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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": {