Adjust bot

This commit is contained in:
Zontreck 2020-06-21 00:49:17 -07:00
parent a9e34bac15
commit e985c5fd12
3 changed files with 32 additions and 59 deletions

View file

@ -46,7 +46,6 @@ namespace Bot
get; set;
}
public string MainProgramDLL = "";
public string first { get; set; } = "";
public string last { get; set; } = "";
public string password { get; set; } = "";
@ -69,7 +68,6 @@ namespace Bot
public Dictionary<UUID, int> BotAdmins { get; set; } = new Dictionary<UUID, int>();
public List<string> AuthedGithubUsers { get; set; } = new List<string>();
public List<string> LinkedDLLs { get; set; } = new List<string>();
public bool Authed(string GHLogin)
{