Skip to content

Commit

Permalink
Update sticklet_moarbgr.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xditya authored Aug 10, 2020
1 parent 932558a commit 7d1b8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userbot/plugins/sticklet_moarbgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async def sticklet(event):
draw = ImageDraw.Draw(image)
fontsize = 230

FONT_FILE = await get_font_file(event.client, "@FontRes")
FONT_FILE = await get_font_file(event.client, "@xtrafonts")

font = ImageFont.truetype(FONT_FILE, size=fontsize)

Expand Down

0 comments on commit 7d1b8ac

Please sign in to comment.