Update bot - move webhook server to main bot
This commit is contained in:
parent
2345db0da0
commit
58e593c898
6 changed files with 366 additions and 2 deletions
|
@ -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>();
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue