change: remind now has a 1 year max timeout, up from 2 months

This commit is contained in:
Kwoth
2025-01-29 07:57:31 +00:00
parent 40f1774655
commit 570f39d4f8

View File

@@ -183,7 +183,7 @@ public partial class Utility
{ {
var time = DateTime.UtcNow + ts; var time = DateTime.UtcNow + ts;
if (ts > TimeSpan.FromDays(60)) if (ts > TimeSpan.FromDays(366))
return false; return false;
if (ctx.Guild is not null) if (ctx.Guild is not null)