Modify some features
This commit is contained in:
parent
ec53b14ec0
commit
7637140aad
6 changed files with 20 additions and 5 deletions
|
@ -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>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue