Skip to content

Commit af26b11

Browse files
committed
2 parents a93726d + d80d8aa commit af26b11

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

install/setup.js

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ const config =
66
"Prefix": "-",
77
"ServerID": "YOUR-SERVER-ID",
88
"Storage": "database.db",
9-
"MultiGuild": false,
109
"DevMode": false
1110
},
1211
"Embeds": {
1312
"Branding": "Brayan Bot",
1413
"Color": "2f3136"
15-
}
14+
},
15+
"Misc": {
16+
"Version" : "v1.0.0",
17+
},
1618
}
1719

1820
function getConfirmSchema(description) {
@@ -87,12 +89,6 @@ function doSetup() {
8789
// pattern: ^.*\.(db)$,
8890
require: false,
8991
},
90-
multiGuild: {
91-
description: 'Would you like to enable Multi Guild support? (Not recommended)',
92-
type: 'boolean',
93-
default: config.Settings.MultiGuild,
94-
require: false,
95-
},
9692
branding: {
9793
description: `The name that will show up on the embed footer. (Example: ${config.Embeds.Branding})`,
9894
type: 'string',

0 commit comments

Comments
 (0)