mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-06-16 20:36:01 +00:00
Update Maintenance command
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user