Small fix

This commit is contained in:
2024-01-31 18:33:00 +01:00
parent 3fc17aeaa7
commit ede7d93b3d

View File

@@ -44,16 +44,6 @@ export = {
const { default: prettyMs } = await import("pretty-ms")
const prettyTime = prettyMs(time, { verbose: true })
if (!time) {
await interaction.editReply({
embeds: [{
description: "Time is invalid for some reason",
color: embedColor
}]
})
return
}
if (time > 2419140000) {
await interaction.editReply({
embeds: [{