diff --git a/src/commands/timeout.ts b/src/commands/timeout.ts index 1d36d89..487b947 100644 --- a/src/commands/timeout.ts +++ b/src/commands/timeout.ts @@ -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: [{