client.config.maintenance to client.config.maintenanceMode

This commit is contained in:
Christer Warén
2021-09-12 17:38:52 +03:00
parent b08de94c64
commit 752bd07c5d
5 changed files with 6 additions and 6 deletions

View File

@ -57,7 +57,7 @@ class RadioClient extends Client {
this.funcs.logger("Bot", "Starting");
this.funcs.logger("Maintenance Mode", "Enabled");
this.config.maintenance = true;
this.config.maintenanceMode = true;
const commandFiles = fs.readdirSync(path.join("./src/client/commands")).filter(f => f.endsWith(".js"));
for (const file of commandFiles) {