Adjust bot
This commit is contained in:
parent
a9e34bac15
commit
e985c5fd12
3 changed files with 32 additions and 59 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue