From 76027f1f6e65724cfa524e46a582e29d3871673b Mon Sep 17 00:00:00 2001 From: Ben Cos <52817096+BenCos17@users.noreply.github.com> Date: Thu, 26 Sep 2024 21:00:24 +0100 Subject: [PATCH] Update clowndan.py --- clowndan/clowndan.py | 1 - 1 file changed, 1 deletion(-) diff --git a/clowndan/clowndan.py b/clowndan/clowndan.py index ffec23b..fbe6012 100644 --- a/clowndan/clowndan.py +++ b/clowndan/clowndan.py @@ -9,7 +9,6 @@ class Clowndan(commands.Cog): def __init__(self, bot): self.bot = bot - # Update the template path to be relative to the current file's directory self.template_path = os.path.join(os.path.dirname(__file__), "clown_image_template.png") # Adjust the filename as needed @commands.command(name="memegen")