Update commands/cloop.js

This commit is contained in:
4Parker02991 2024-01-27 10:42:58 -05:00
parent 6649de3985
commit 381838d1f0

View file

@ -23,7 +23,7 @@ module.exports = {
const interval = parseInt(args[2])
const command = args.slice(3).join(' ')
if(bot.options.Core.CorelessMode){
if(!bot.options.Core.enabled){
throw new CommandError('Coreless mode is active can not execute command!')
} else{