From 0f999428060a700217a2768931a6ec7eaa326ea3 Mon Sep 17 00:00:00 2001 From: Florian SYLVAIN Date: Fri, 5 Mar 2021 21:13:40 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=9A=20-=20Never=20gonna=20give=20you?= =?UTF-8?q?=20uuup,=20never=20gonna=20let=20u=20doooown?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/main.py b/python/main.py index 4bfff51..555ee12 100644 --- a/python/main.py +++ b/python/main.py @@ -127,7 +127,7 @@ async def rank(ctx, arg, argf=None): try: player = WATCHER.summoner.by_name(REGION, arg) ranks = rank_track(player) - embed = discord.Embed(title=arg, url='https://www.youtube.com/watch?v=dQw4w9WgXcQ') + embed = discord.Embed(title=arg, url='https://bit.ly/3biTekM') embed.set_thumbnail(url='http://ddragon.leagueoflegends.com/cdn/11.2.1/img/profileicon/' + str( player['profileIconId']) + '.png') embed.set_author(name='League Of Legend - Rank', url='https://euw.leagueoflegends.com/en-gb/',