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

This commit is contained in:
Toastie 2025-01-30 16:09:52 +13:00
parent 0a79828ff7
commit ba1bc1732e
Signed by: toastie_t0ast
GPG key ID: 10B7576CB1C1BEDF

View file

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