I've tried many many things but it didn't fix my problem. what I've tried: changing Font, saving the file as UTF-8, etc... my code:
img = Image.open("WlcImageThings/bg.png")
txtUser_font = ImageFont.truetype('WlcImageThings/DejaVuSans.ttf', 25)
eimg = ImageDraw.Draw(img)
eimg.text((25,50), u'', (237, 230, 211), font=txtUser_font, stroke_width=2, stroke_fill=(0, 0, 0))
img.save("WlcImageThings/result.png", quality=100)
file = discord.File("WlcImageThings/result.png", filename="result.png")
await channel.send(file=file)
result: Result