diff --git a/userbot/plugins/sticklet_moarbgr.py b/userbot/plugins/sticklet_moarbgr.py index 612b36e1..0baae4b6 100644 --- a/userbot/plugins/sticklet_moarbgr.py +++ b/userbot/plugins/sticklet_moarbgr.py @@ -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)