Update commands/core.js

This commit is contained in:
4Parker02991 2024-01-27 10:44:34 -05:00
parent 0af3463910
commit 5b3ebd5566

View file

@ -16,7 +16,7 @@ module.exports = {
if (args[0] === undefined){
source.sendFeedback({translate:"Too few Arguments!", color:"red"})
}
if (bot.options.Core.CorelessMode){
if (!bot.options.Core.enabled){
throw new CommandError('&4Coreless mode is active can not execute command!')
}else{
if (message.startsWith('/')) {