Skip to content

Commit

Permalink
Don't allow pruning users < 3 days
Browse files Browse the repository at this point in the history
  • Loading branch information
myrkvi committed Nov 16, 2024
1 parent d95a78f commit 79a3249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/prune.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ var PruneCommand = discord.SlashCommandCreate{
},
Required: true,

MinValue: utils.Ref(0),
MinValue: utils.Ref(3),
MaxValue: utils.Ref(90),
},
},
Expand Down

0 comments on commit 79a3249

Please sign in to comment.