Modify some features

This commit is contained in:
Zontreck 2020-06-17 00:59:35 -07:00
parent ec53b14ec0
commit 7637140aad
6 changed files with 20 additions and 5 deletions

View file

@ -62,6 +62,8 @@ namespace Bot
public int WebServerPort { get; set; } = 35591;
public string WebServerIP { get; set; } = "zontreck.dev";
public bool UseSSL { get; set; } = false;
public Dictionary<UUID, int> BotAdmins { get; set; } = new Dictionary<UUID, int>();
public List<string> AuthedGithubUsers { get; set; } = new List<string>();