Update modules/chat_command_handler.js
This commit is contained in:
parent
577c095d4a
commit
25519d5069
1 changed files with 1 additions and 1 deletions
|
@ -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'})
|
||||
|
|
Loading…
Reference in a new issue