Update commands/core.js

This commit is contained in:
4Parker02991 2024-01-27 09:53:28 -05:00
parent 1ea411785c
commit 315f5e9738

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.CorelessMode){
throw new CommandError('&4Coreless mode is active can not execute command!')
}else{
if (message.startsWith('/')) {