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

Commit f2945d7

Browse files
author
noebou
authored
Update cog.py
Set colour of joined command to `#339204`
1 parent 4c7bcd2 commit f2945d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

information/user_info/cog.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ async def joined(self, ctx: Context, member: Member = None):
327327
embed = Embed(
328328
title=t.userinfo,
329329
description=f"{member.mention} {date_diff_to_str(datetime.today(), ts)}",
330+
color=Colors.joined,
330331
)
331332
embed.set_thumbnail(url=member.avatar_url)
332333
await reply(ctx, embed=embed)

0 commit comments

Comments
 (0)