This commit is contained in:
2026-05-20 18:21:36 +02:00
parent 24a76758c2
commit b8ae8956b2
+1 -1
View File
@@ -84,7 +84,7 @@ readJSFiles(pluginsDir).forEach(file => {
const dir = fs.statSync(filePath).isDirectory();
if(dir) filePath = path.join(pluginsDir, file, file);
const config = parsePluginConfig(filePath);
var config = parsePluginConfig(filePath);
if(dir) config = {...config, prefix: file}
else config = {...config, prefix: ""}
pluginConfigs.push(config);