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'})