whole bunch of shit

- admin routes
- developer status and bots
- probably a few other tweaks i forgot
This commit is contained in:
Elijah R
2024-04-07 14:43:50 -04:00
parent b627ab383f
commit c68451cf07
21 changed files with 874 additions and 34 deletions

View File

@@ -15,6 +15,8 @@ public class User
public Rank Rank { get; set; }
public bool Banned { get; set; }
public IPAddress RegistrationIP { get; set; }
public DateTime Joined { get; set; }
public bool Developer { get; set; }
}
public enum Rank : uint