mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-10 02:20:18 +00:00
Fix maintenance command
This commit is contained in:
parent
e2ebe6a36e
commit
a5eec44b8e
@ -126,7 +126,7 @@ module.exports = {
|
||||
case "8":
|
||||
client.user.setStatus('dnd');
|
||||
client.funcs.logger("Maintenance Mode", "Enabled");
|
||||
client.config.maintenance = false;
|
||||
client.config.maintenance = true;
|
||||
break;
|
||||
case "9":
|
||||
client.user.setStatus('online');
|
||||
|
Loading…
Reference in New Issue
Block a user