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 {