UNPKG
@gcommands/plugin-cooldowns
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Set cooldown for your command
github.com/Garlic-Team/gcommands-addons
Garlic-Team/gcommands-addons
@gcommands/plugin-cooldowns
/
dist
/
index.mjs
7 lines
(5 loc)
•
199 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
mod
from
"./index.js"
;
export
default
mod;
export
const
CooldownInhibitor
= mod.
CooldownInhibitor
;
export
const
CooldownManager
= mod.
CooldownManager
;
export
const
Cooldowns
= mod.
Cooldowns
;