debug config options
This commit is contained in:
2 files changed
+3
-3
No files matched your search
+2
-2
@@ -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
@@ -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": {
|
||||
|
||||
Reference in new issue
Block a user