Example #1
0
 public async Task RepLeaderboardsAsync(
     [Summary("15")][Between(Config.MIN_LB, Config.MAX_LB)] int count = Config.LB_COUNT)
 => await Context.SendAsync(await _lbService.GetUserLbAsync(Context.Guild, x => x.Reputation, count),
                            "The Most Reputable Users");