Update bot - move webhook server to main bot

This commit is contained in:
Zontreck 2020-04-19 22:34:34 -07:00
parent 2345db0da0
commit 58e593c898
6 changed files with 366 additions and 2 deletions

View file

@ -55,6 +55,8 @@ namespace Bot
public string GitPassword { get; set; } = "NOT_SET";
public int WebServerPort { get; set; } = 35591;
public Dictionary<UUID, int> BotAdmins { get; set; } = new Dictionary<UUID, int>();