Skip to content

Commit

Permalink
Update welcome.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DAXXTEAM authored Feb 14, 2024
1 parent 8611c15 commit 4438c22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DAXXMUSIC/plugins/tools/welcome.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ def welcomepic(pic, user, chatname, id, uname, brightness_factor=1.3):
welcome_font = ImageFont.truetype('DAXXMUSIC/assets/font.ttf', size=61)
#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((630, 300), f'NAME: {user}', fill=(255, 255, 255), font=font)
draw.text((630, 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)
# 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 = (48, 88)
Expand Down

0 comments on commit 4438c22

Please sign in to comment.