From c8903532d71f4c07a05b6347293b9ba6d29326f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=A8=D0=B8?= =?UTF-8?q?=D0=BC=D0=B0=D0=BD=D1=81=D0=BA=D0=B8=D0=B9?= Date: Fri, 27 Oct 2023 00:05:48 +0300 Subject: [PATCH] change time --- Justice/Interactions/PassportInteraction.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justice/Interactions/PassportInteraction.cs b/Justice/Interactions/PassportInteraction.cs index a7d7629..e0fe6d1 100644 --- a/Justice/Interactions/PassportInteraction.cs +++ b/Justice/Interactions/PassportInteraction.cs @@ -117,7 +117,7 @@ namespace DiscordApp.Justice.Interactions Random random = new(); User spUser = await User.CreateUser(name); - DateTimeOffset toTime = DateTime.Now.AddDays(31); + DateTimeOffset toTime = DateTime.Now.AddDays(60); DateTime birthDate; int id = random.Next(00001, 99999); long unixTime = toTime.ToUnixTimeSeconds();