We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e97a0 commit 8b8e7e2Copy full SHA for 8b8e7e2
Install/setup.js renamed to Install/setup-deprecated.js
@@ -83,7 +83,7 @@ function doSetup() {
83
// pattern: ^.*\.(db)$,
84
require: false,
85
},
86
- brandname: {
+ brandName: {
87
description: `Your brand/server name used by {brand-name} variable(in embeds). (Example: ${config.Branding.Name})`,
88
type: 'string',
89
default: config.Branding.Name,
package.json
@@ -78,7 +78,6 @@
78
}
79
80
"scripts": {
81
- "setup": "node Install/setup.js",
82
"dev": "nodemon index.js --show-errors --no-install -e js",
"start": "node index.js",
"install:start": "npm i && node index.js --no-install",
0 commit comments