示例#1
0
 public UserAccount(DiscordUser user)
 {
     _user = user;
     id    = _user.GetID();
     name  = _user.GetUser().Username;
 }