Update commands/rc.js

This commit is contained in:
4Parker02991 2024-01-27 11:02:51 -05:00
parent 59b0990234
commit 7a99f51b16

View file

@ -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 {