Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
BenCos17 committed Sep 23, 2024
1 parent 34cb534 commit 63d518c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clowndan/clowndan.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from io import BytesIO
import os # Add this import

class MemeGenerator(commands.Cog):
class Clowndan(commands.Cog):
"""A cog to generate clowndan images."""

def __init__(self, bot):
Expand Down

0 comments on commit 63d518c

Please sign in to comment.