Ejemplo n.º 1
0
 public async Task Authorize([Summary("User to authorize")] SocketUser user = null)
 {
     _administrationService.Authorize(
         user);
     await ReplyAsync("User authorized");
 }