Merge pull request #50 from Moonlight-Panel/DiscordBot

masu is too stupid to use ulong
This commit is contained in:
Marcel Baumgartner
2023-04-06 22:08:00 +02:00
committed by GitHub
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;