Update commands/cloop.js
This commit is contained in:
parent
fe677a08c3
commit
ff3d2cf0f2
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ module.exports = {
|
||||||
|
|
||||||
const interval = parseInt(args[2])
|
const interval = parseInt(args[2])
|
||||||
const command = args.slice(3).join(' ')
|
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!')
|
throw new CommandError('Coreless mode is active can not execute command!')
|
||||||
|
|
||||||
} else{
|
} else{
|
||||||
|
|
Loading…
Reference in a new issue