Skip to content

Commit

Permalink
Update clowndan.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BenCos17 committed Sep 26, 2024
1 parent d00aeaa commit 76027f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clowndan/clowndan.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 76027f1

Please sign in to comment.