Fix maintenance command

This commit is contained in:
Christer Warén 2021-09-10 03:13:40 +03:00
parent e2ebe6a36e
commit a5eec44b8e

View File

@ -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');