Merge branch 'main' into StatisticSystem

This commit is contained in:
Daniel Balk
2023-04-06 22:24:57 +02:00
committed by GitHub
10 changed files with 42 additions and 118 deletions

View File

@@ -37,7 +37,7 @@ public class User
public DateTime TokenValidTime { get; set; } = DateTime.Now;
// Discord
public long DiscordId { get; set; } = -1;
public ulong DiscordId { get; set; }
// Date stuff
public DateTime CreatedAt { get; set; } = DateTime.UtcNow;