From cf0783f6c109a115f45c31e4236379c4b88d5d90 Mon Sep 17 00:00:00 2001 From: 4Parker02991 <4parker02991@noreply.localhost> Date: Sat, 27 Jan 2024 10:45:13 -0500 Subject: [PATCH] Update commands/crash.js --- commands/crash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/crash.js b/commands/crash.js index 65901ff..483cc89 100644 --- a/commands/crash.js +++ b/commands/crash.js @@ -13,7 +13,7 @@ const args = context.arguments const source = context.source if (!args && !args[0] && !args[1] && !args[2]) return - if(bot.options.Core.CorelessMode){ + if(!bot.options.Core.enabled){ throw new CommandError('&4Coreless mode is active can not execute command!') }else { switch (args[1] ?? (!source.sources.console && args[0])) {