From 4dfade48bbd755e571e43073650fd38faccc4e59 Mon Sep 17 00:00:00 2001 From: 4Parker02991 <4parker02991@noreply.localhost> Date: Sat, 27 Jan 2024 09:42:37 -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 9a625c7..c7faac2 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.CorelessMode){ bot.chat('&4You are using commands to fast!') }else { source.sendFeedback({text:'You are using commands to fast!',color:'dark_red'})