Update commands/cloop.js
This commit is contained in:
parent
6649de3985
commit
381838d1f0
1 changed files with 1 additions and 1 deletions
|
@ -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{
|
||||
|
|
Loading…
Reference in a new issue