示例#1
0
 public async Task ClanInvite(SocketGuildUser user)
 {
     await _clanService.InviteUser(Context, user);
 }