masu is too stupid to use ulong

This commit is contained in:
Spielepapagei
2023-04-06 22:04:52 +02:00
parent f4efb0f9a7
commit d7836e95ef
3 changed files with 3 additions and 3 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;