This commit is contained in:
nexy7574 2023-05-16 15:15:07 +01:00
parent b1158f1044
commit 9bcc2fd28a

View file

@ -55,7 +55,7 @@ class InfoCog(commands.Cog):
embed=discord.Embed( embed=discord.Embed(
title="You must link your account first!", title="You must link your account first!",
description="Don't worry, [I only store your IP information. And the access token.](%s)" % url, 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) user_data = await self.get_user_info(user.access_token)