remind now has a 1 year max timeout, up from 2 months
This commit is contained in:
parent
0a79828ff7
commit
ba1bc1732e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue