From 9e41c16cc0aea4189b0d17f0e696ff286fc6fc4a Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sat, 11 Jul 2020 03:22:39 +0100 Subject: [PATCH] Fixed spelling --- cogs/fun/homies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/fun/homies.py b/cogs/fun/homies.py index 34cf1911..902cb2dc 100644 --- a/cogs/fun/homies.py +++ b/cogs/fun/homies.py @@ -6,7 +6,7 @@ from discord.ext import commands from discord.ext.commands import command, cooldown, BucketType -def generate_meme(image_path, top_text, bottom_text='', font_path='homies/impact/impacted.ttf', font_size=9): +def generate_meme(image_path, top_text, bottom_text='', font_path='homies/impact/Impacted.ttf', font_size=9): get_image = Image.open(image_path) draw = ImageDraw.Draw(get_image) image_width, image_height = get_image.size