File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff 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
1820function 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' ,
You can’t perform that action at this time.
0 commit comments