Update commands/rc.js

This commit is contained in:
4Parker02991 2024-01-27 10:01:13 -05:00
parent 8a9c35d120
commit 8b6ee277cc

View file

@ -7,7 +7,7 @@ module.exports = {
execute (context) {
const bot = context.bot
if (!bot.options.Core.CorelessMode){
if (bot.options.Core.CorelessMode){
throw new CommandError('&4Could not fill core because Coreless mode is active!')
}else {