diff --git a/cogs/imagemanip.py b/cogs/imagemanip.py index 8e0abf1..031e82c 100644 --- a/cogs/imagemanip.py +++ b/cogs/imagemanip.py @@ -98,7 +98,7 @@ class ImageManip(Cog): # Wrap into lines lines = textwrap.wrap(headline, width=font_wrap_count) # not great, 4am be like - image_height = (len(lines) + 3) * vertpos + image_height = (len(lines) + 2) * vertpos # Load font f = PIL.ImageFont.truetype(font_path, font_size)