Skip to content

Commit

Permalink
update active command
Browse files Browse the repository at this point in the history
  • Loading branch information
GhomKrosmonaute committed Oct 12, 2023
1 parent 606f01a commit 5ba376e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/active.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
{
Expand Down

0 comments on commit 5ba376e

Please sign in to comment.