mirror of
https://github.com/yawaflua/PL_JusticeBot.git
synced 2025-12-09 20:09:31 +02:00
change time
This commit is contained in:
@@ -117,7 +117,7 @@ namespace DiscordApp.Justice.Interactions
|
|||||||
Random random = new();
|
Random random = new();
|
||||||
User spUser = await User.CreateUser(name);
|
User spUser = await User.CreateUser(name);
|
||||||
|
|
||||||
DateTimeOffset toTime = DateTime.Now.AddDays(31);
|
DateTimeOffset toTime = DateTime.Now.AddDays(60);
|
||||||
DateTime birthDate;
|
DateTime birthDate;
|
||||||
int id = random.Next(00001, 99999);
|
int id = random.Next(00001, 99999);
|
||||||
long unixTime = toTime.ToUnixTimeSeconds();
|
long unixTime = toTime.ToUnixTimeSeconds();
|
||||||
|
|||||||
Reference in New Issue
Block a user