From 7a99f51b16eba3f41e44353b4cf44b8381bb51fe Mon Sep 17 00:00:00 2001 From: 4Parker02991 <4parker02991@noreply.localhost> Date: Sat, 27 Jan 2024 11:02:51 -0500 Subject: [PATCH] Update commands/rc.js --- commands/rc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/rc.js b/commands/rc.js index 953c908..539f41c 100644 --- a/commands/rc.js +++ b/commands/rc.js @@ -7,7 +7,7 @@ module.exports = { execute (context) { const bot = context.bot -if (bot.options.Core.CorelessMode){ +if (!bot.options.Core.enabled){ throw new CommandError('&4Could not fill core because Coreless mode is active!') }else {