From b0f4a8ba83052f3acde7291c4b6f74b3d21577bc Mon Sep 17 00:00:00 2001 From: Florian SYLVAIN Date: Mon, 8 Mar 2021 11:47:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20-=20Nicknames=20that=20were=20to?= =?UTF-8?q?o=20long=20caused=20problems=20to=20the=20damage=20dealt=20grap?= =?UTF-8?q?h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python/cmd_lol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/cmd_lol.py b/python/cmd_lol.py index cfc1a58..650b8e6 100644 --- a/python/cmd_lol.py +++ b/python/cmd_lol.py @@ -56,7 +56,7 @@ class LolCmds(commands.Cog, name='League of Legend commands'): equals = int(round(float(pourcent)/3.3)) hyphen = 30 - equals tab.append('[' + '='*equals + ' '*hyphen +']\n') - players.append(stat[0] + '\n') + players.append(stat[0][:15] + '\n') kda.append(str(stat[2]) + '/' + str(stat[3]) + '/' + str(stat[4]) + '\n') embed = discord.Embed(title=invocator_name, url='https://bit.ly/3biTekM', description='Date: ' + lst[2] + '\nLength: ' + lst[3])