public async Task LastMatch(CommandContext ctx, string playerName) { await ctx.Channel.SendMessageAsync($"Last match stats:\n" + $"RESULT: \t{BotLogic.ObtainLastMatchResult(playerName)}\n" + $"MAP: \t{BotLogic.ObtainLastMatchMap(playerName)}\n" + $"SCORE: \t{BotLogic.ObtainLastMatchScore(playerName)}") .ConfigureAwait(false); }