Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

Commit 78f7a52

Browse files
author
noebou
authored
Update cog.py
1 parent 43f6909 commit 78f7a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

information/user_info/cog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ async def joined(self, ctx: Context, member: Member = None):
329329
description=f"{member.mention} {date_diff_to_str(datetime.today(), ts)}",
330330
color=Colors.joined,
331331
)
332-
embed.set_thumbnail(url=member.avatar_url)
332+
embed.set_author(name=str(member), icon_url=member.avatar_url)
333333
await reply(ctx, embed=embed)
334334

335335
@commands.command()

0 commit comments

Comments
 (0)