Add whitelisting and admin
This commit is contained in:
@@ -17,4 +17,6 @@ public class User
|
||||
[Id(4)] public string AvatarUrl { get; set; } = string.Empty;
|
||||
|
||||
[Id(5)] public string TelegramChannel { get; set; } = string.Empty;
|
||||
|
||||
[Id(6)] public bool IsAdmin { get; set; } = false;
|
||||
}
|
||||
Reference in New Issue
Block a user