Skip to content

Commit

Permalink
put back
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed May 28, 2024
1 parent fd84824 commit adf7197
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/bots/jabrils/EdenLogosCharacterCog.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# from discord.ext import commands
# from cogs.Eden2Cog import Eden2Cog
from discord.ext import commands
from cogs.Eden2Cog import Eden2Cog


# class EdenEden2Cog(Eden2Cog):
# def __init__(self, bot: commands.bot) -> None:
# super().__init__(bot)
class EdenEden2Cog(Eden2Cog):
def __init__(self, bot: commands.bot) -> None:
super().__init__(bot)


# def setup(bot: commands.Bot) -> None:
# bot.add_cog(EdenEden2Cog(bot))
def setup(bot: commands.Bot) -> None:
bot.add_cog(EdenEden2Cog(bot))

0 comments on commit adf7197

Please sign in to comment.