Skip to content
This repository was archived by the owner on Mar 6, 2021. It is now read-only.

Commit 7d1b8ac

Browse files
authored
Update sticklet_moarbgr.py
1 parent 932558a commit 7d1b8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

userbot/plugins/sticklet_moarbgr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ async def sticklet(event):
3434
draw = ImageDraw.Draw(image)
3535
fontsize = 230
3636

37-
FONT_FILE = await get_font_file(event.client, "@FontRes")
37+
FONT_FILE = await get_font_file(event.client, "@xtrafonts")
3838

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

0 commit comments

Comments
 (0)