mirror of
https://github.com/randyjc/Rahoot.git
synced 2026-03-13 20:15:35 +01:00
New config file and update README
This commit is contained in:
@@ -3,7 +3,10 @@ let cooldownResolve
|
||||
|
||||
export const abortCooldown = () => {
|
||||
clearInterval(cooldownTimeout)
|
||||
cooldownResolve()
|
||||
|
||||
if (cooldownResolve) {
|
||||
cooldownResolve()
|
||||
}
|
||||
}
|
||||
|
||||
export const cooldown = (ms, io, room) => {
|
||||
|
||||
Reference in New Issue
Block a user