CodingWithJamal
CodingWithJamal
Explore posts from servers
SIASapphire - Imagine a framework
Created by CodingWithJamal on 2/17/2023 in #sapphire-support
How to delete interaction buttons?
Hello
8 replies
SIASapphire - Imagine a framework
Created by CodingWithJamal on 1/21/2023 in #sapphire-support
Formatting Dates
let ratelimit = manager.acquire(interaction.guild.id);

// reply -> String
`Please try again in ${new Date(ratelimit.expires - ratelimit.remainingTime)}`
let ratelimit = manager.acquire(interaction.guild.id);

// reply -> String
`Please try again in ${new Date(ratelimit.expires - ratelimit.remainingTime)}`
How do I format the date properly?
6 replies