added account creation to the Discord bot
This commit is contained in:
parent
69337e69ae
commit
56cb43a479
18 changed files with 198 additions and 152 deletions
|
@ -49,6 +49,8 @@ namespace SharedClasses.SharedModels
|
|||
|
||||
public class User
|
||||
{
|
||||
public ulong UserId {get; set;}
|
||||
|
||||
public string UserName { get; set; } = string.Empty;
|
||||
|
||||
public string AccountName { get; set; } = string.Empty;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue