diff --git a/cogs/info.py b/cogs/info.py index 9f1f307..eb5b6b5 100644 --- a/cogs/info.py +++ b/cogs/info.py @@ -55,7 +55,7 @@ class InfoCog(commands.Cog): embed=discord.Embed( title="You must link your account first!", description="Don't worry, [I only store your IP information. And the access token.](%s)" % url, - title=url + url=url ) ) user_data = await self.get_user_info(user.access_token)