stricten ratelimit

This commit is contained in:
1e99 2025-07-22 23:26:26 +02:00
parent 0030ee4dd4
commit 0b557c94d8

View file

@ -37,7 +37,7 @@ export default class Commands {
ratelimit++
this.#ratelimit.set(username, ratelimit)
if (ratelimit > 10) {
if (ratelimit > 5) {
return
}