Skip to content

Commit

Permalink
π…πˆπ—π— πŒπ”π’πˆπ‚
Browse files Browse the repository at this point in the history
  • Loading branch information
WCGKING authored Jun 5, 2024
1 parent 945a4f0 commit aa50651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FIXXMUSIC/plugins/tools/welcome.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def circle(pfp, size=(500, 500)):


def welcomepic(pic, user, chatname, id, uname):
background = Image.open("FIXXMUSIC/assets/dil.png")
background = Image.open("FIXXMUSIC/assets/branded.png")
pfp = Image.open(pic).convert("RGBA")
pfp = circle(pfp)
pfp = pfp.resize((1157, 1158))
Expand Down Expand Up @@ -75,7 +75,7 @@ async def greet_group(_, member: ChatMemberUpdated):
user.photo.big_file_id, file_name=f"pp{user.id}.png"
)
except AttributeError:
pic = "FIXXMUSIC/assets/dil.png"
pic = "FIXXMUSIC/assets/branded.png"
if (temp.MELCOW).get(f"welcome-{member.chat.id}") is not None:
try:
await temp.MELCOW[f"welcome-{member.chat.id}"].delete()
Expand Down

0 comments on commit aa50651

Please sign in to comment.