Update commands/cloop.js

This commit is contained in:
4Parker02991 2024-01-27 09:52:22 -05:00
parent fe677a08c3
commit ff3d2cf0f2

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