Update modules/chat_command_handler.js
This commit is contained in:
parent
a581447b10
commit
4dfade48bb
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ try{
|
||||||
ratelimit--
|
ratelimit--
|
||||||
}, 1000)
|
}, 1000)
|
||||||
if (ratelimit > 3) { // ,.
|
if (ratelimit > 3) { // ,.
|
||||||
if(!bot.options.Core.CorelessMode){
|
if(bot.options.Core.CorelessMode){
|
||||||
bot.chat('&4You are using commands to fast!')
|
bot.chat('&4You are using commands to fast!')
|
||||||
}else {
|
}else {
|
||||||
source.sendFeedback({text:'You are using commands to fast!',color:'dark_red'})
|
source.sendFeedback({text:'You are using commands to fast!',color:'dark_red'})
|
||||||
|
|
Loading…
Reference in a new issue