mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2026-09-02 20:36:40 +00:00
client.config.maintenance to client.config.maintenanceMode
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user