mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-10 03:40:19 +00:00
Update Maintenance command
This commit is contained in:
parent
3cec154343
commit
6c1f0944db
@ -155,7 +155,7 @@ export default {
|
||||
case "6":
|
||||
client.config.maintenanceMode = true;
|
||||
client.user?.setStatus('idle');
|
||||
commands.execute(client);
|
||||
commands(client);
|
||||
client.user?.setStatus('online');
|
||||
client.config.maintenanceMode = false;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user