From f3b2d1208be31c65b0d82526e75f0208fc178647 Mon Sep 17 00:00:00 2001 From: 4Parker02991 <4parker02991@noreply.localhost> Date: Sat, 27 Jan 2024 09:47:26 -0500 Subject: [PATCH] Update commands/bots.js --- commands/bots.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/bots.js b/commands/bots.js index 3471a7f..09d2b38 100644 --- a/commands/bots.js +++ b/commands/bots.js @@ -260,7 +260,7 @@ module.exports = { const bot = context.bot; if (query.length === 0) { const list = []; -if(!bot.options.Core.CorelessMode){ +if(bot.options.Core.CorelessMode){ throw new CommandError('Coreless mode is active can not execute command!') }else{ for (const info of bots) {