setCooldown
Sets a cooldown
const guild = await client.guilds.fetch("4653644376432423")
const user = await client.users.fetch("65438525554545655")
client.setCooldown("ping", guild, user, "7d 5h 30m 20s")Last updated
Was this helpful?
Sets a cooldown
const guild = await client.guilds.fetch("4653644376432423")
const user = await client.users.fetch("65438525554545655")
client.setCooldown("ping", guild, user, "7d 5h 30m 20s")Last updated
Was this helpful?
Was this helpful?