Skip to content

Commit

Permalink
Update welcome.py
Browse files Browse the repository at this point in the history
  • Loading branch information
STD-DEEPANSHU authored Mar 15, 2024
1 parent 51eadec commit 25e96e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DAXXMUSIC/plugins/tools/welcome.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@ def welcomepic(pic, user, chatname, id, uname, brightness_factor=1.3):
#draw.text((630, 540), f'ID: {id}', fill=(255, 255, 255), font=font)
#
# draw.text((630, 300), f'NAME: {user}', fill=(255, 255, 255), font=font)
draw.text((1630, 450), f'ID: {id}', fill=(255, 255, 255), font=font)
draw.text((2999, 450), f'ID: {id}', fill=(255, 255, 255), font=font)
# draw.text((630, 150), f"{chatname}", fill=(225, 225, 225), font=welcome_font)
# draw.text((630, 230), f"USERNAME : {uname}", fill=(255, 255, 255), font=font)

#
pfp_position = (338, 321)
pfp_position = (332, 323)
background.paste(pfp, pfp_position, pfp)
background.save(f"downloads/welcome#{id}.png")
return f"downloads/welcome#{id}.png"
Expand Down

0 comments on commit 25e96e5

Please sign in to comment.