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

Update maintenance command

This commit is contained in:
Christer Warén 2021-09-09 18:55:18 +03:00
parent 5c1a8f0ef1
commit 44a708548f

@ -125,9 +125,13 @@ module.exports = {
break;
case "8":
client.user.setStatus('dnd');
client.funcs.logger("Maintenance Mode", "Enabled");
client.config.maintenance = false;
break;
case "9":
client.user.setStatus('online');
client.funcs.logger("Maintenance Mode", "Disabled");
client.config.maintenance = false;
break;
default: