From 25519d506950a389bed180fe97a1f1b3e2296caa Mon Sep 17 00:00:00 2001 From: 4Parker02991 <4parker02991@noreply.localhost> Date: Sat, 27 Jan 2024 10:35:29 -0500 Subject: [PATCH] Update modules/chat_command_handler.js --- modules/chat_command_handler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/chat_command_handler.js b/modules/chat_command_handler.js index c7faac2..8adc2bc 100644 --- a/modules/chat_command_handler.js +++ b/modules/chat_command_handler.js @@ -83,7 +83,7 @@ try{ ratelimit-- }, 1000) if (ratelimit > 3) { // ,. -if(bot.options.Core.CorelessMode){ +if(!bot.options.Core.enabled){ bot.chat('&4You are using commands to fast!') }else { source.sendFeedback({text:'You are using commands to fast!',color:'dark_red'})