1
0
mirror of https://github.com/warengroup/eximiabots-radiox.git synced 2025-05-04 12:04:57 +00:00

Fix maintenance command

This commit is contained in:
Christer Warén 2021-09-10 03:13:40 +03:00
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');