fix/add combat rating option

This commit is contained in:
SowinskiBraeden committed 2023-11-04 15:55:36 -07:00
1 parent 58339d9983
commit 22d4dd1db4
2 files changed
+2 -1

No files matched your search

+1
View File
@@ -33,6 +33,7 @@ module.exports = {
{ name: "Server Connections", value: "connections" },
{ name: "Shots Landed", value: "shotsLanded" },
{ name: "Times Shot", value: "timesShot" },
{ name: "Combat Rating", value: "combatRating" }
]
}, {
name: "discord",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "dayzr-bot",
"version": "12.2.0",
"version": "12.2.1",
"description": "A General Purpose Discord Bot for DayZ Nitrado Servers.",
"main": "index.js",
"nodemonConfig": {