From 381838d1f0e589900aecd9dc8f76720fe38265e7 Mon Sep 17 00:00:00 2001 From: 4Parker02991 <4parker02991@noreply.localhost> Date: Sat, 27 Jan 2024 10:42:58 -0500 Subject: [PATCH] Update commands/cloop.js --- commands/cloop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/cloop.js b/commands/cloop.js index acabc7d..fafd6eb 100644 --- a/commands/cloop.js +++ b/commands/cloop.js @@ -23,7 +23,7 @@ module.exports = { const interval = parseInt(args[2]) const command = args.slice(3).join(' ') - if(bot.options.Core.CorelessMode){ + if(!bot.options.Core.enabled){ throw new CommandError('Coreless mode is active can not execute command!') } else{