mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-07-01 19:43:39 +00:00
client.config.maintenance to client.config.maintenanceMode
This commit is contained in:
@ -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