debug config options

This commit is contained in:
SowinskiBraeden committed 2023-05-14 19:54:14 -07:00
1 parent 6f57f47d83
commit 99eb77484e
2 files changed
+3 -3

No files matched your search

+2 -2
View File
@@ -281,11 +281,11 @@ module.exports = {
name: "income_limiter",
description: "Change the number of hours to wait before collecting income",
value: "income_limiter",
type: 2,
type: 1,
options: [{
name: "hours",
description: "Number of hours till income can be collected",
value: 168,
value: 168.00,
type: 10,
required: true,
}]
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "dayz-armbands",
"version": "6.7.5",
"version": "6.7.6",
"description": "A General Purpose Discord Bot for DayZ Servers.",
"main": "index.js",
"nodemonConfig": {