From 6c1f0944db15e566adc2145f90f42195e7550e0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Tue, 6 Jun 2023 03:54:44 +0300 Subject: [PATCH] Update Maintenance command --- src/client/commands/maintenance.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/commands/maintenance.ts b/src/client/commands/maintenance.ts index bc269f2..4331714 100644 --- a/src/client/commands/maintenance.ts +++ b/src/client/commands/maintenance.ts @@ -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;