loosen command ratelimit
This commit is contained in:
parent
23e5bb03d8
commit
e50b876b78
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ export default class Commands {
|
|||
this.#commands = []
|
||||
this.#throttle = new Map()
|
||||
|
||||
this.#decrementInterval = setInterval(this.#decrementThrottle.bind(this), 2 * 60 * 1_000)
|
||||
this.#decrementInterval = setInterval(this.#decrementThrottle.bind(this), 60 * 1_000)
|
||||
this.#client.addListener("end", () => clearInterval(this.#decrementInterval))
|
||||
|
||||
this.#chat.addListener("chat:chat", this.#onChat.bind(this))
|
||||
|
|
Loading…
Add table
Reference in a new issue