Example #1
0
 public async Task Elo(CommandContext ctx, string playerName)
 {
     await ctx.Channel.SendMessageAsync($"{playerName} : {BotLogic.ObtainFaceitElo(playerName)} ELO points.").ConfigureAwait(false);
 }