Update modules/chat_command_handler.js

This commit is contained in:
4Parker02991 2024-01-27 09:42:37 -05:00
parent a581447b10
commit 4dfade48bb

View file

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