fix/combat rating chart parameter

This commit is contained in:
SowinskiBraeden committed 2023-11-05 13:06:24 -08:00
1 parent 7a8c23810a
commit 0bc4da3166
2 files changed
+2 -2

No files matched your search

+1 -1
View File
@@ -212,7 +212,7 @@ module.exports = {
const chart = {
type: 'line',
data: {
labels: new Array(query.combatRatingHistory.length),
labels: new Array(query.combatRatingHistory.length).fill(' ', 0, query.combatRating.length - 1),
datasets: [{
data: query.combatRatingHistory,
label: 'Combat Rating Over Time',
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "dayzr-bot",
"version": "12.2.7",
"version": "12.2.8",
"description": "A General Purpose Discord Bot for DayZ Nitrado Servers.",
"main": "index.js",
"nodemonConfig": {