-
Notifications
You must be signed in to change notification settings - Fork 0
CooldownUserHandle.remainingMs
github-actions[bot] edited this page Sep 30, 2024
·
2 revisions
how long is left for the user's cooldown in milliseconds
type: Number
let handle = command.cooldown.get(user); // 1m
handle.remainingMs; // 60000