stricten ratelimit
This commit is contained in:
parent
0030ee4dd4
commit
0b557c94d8
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ export default class Commands {
|
|||
ratelimit++
|
||||
this.#ratelimit.set(username, ratelimit)
|
||||
|
||||
if (ratelimit > 10) {
|
||||
if (ratelimit > 5) {
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue