From 5ba376ede99cd5eafa1a2e2232a04aabf057ef4c Mon Sep 17 00:00:00 2001 From: GhomKrosmonaute Date: Thu, 12 Oct 2023 13:57:18 +0200 Subject: [PATCH] update active command --- src/commands/active.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/active.ts b/src/commands/active.ts index 34eb4c25..1863016c 100644 --- a/src/commands/active.ts +++ b/src/commands/active.ts @@ -32,7 +32,7 @@ export default new app.Command({ name: "period", description: "The period to check", castValue: "number", - default: String(1000 * 60 * 60 * 24 * 7), + default: "1814400000", // 3 weeks checkCastedValue: (value) => value > 0, }, {