Skip to content

Commit

Permalink
change banny to eden
Browse files Browse the repository at this point in the history
  • Loading branch information
jmilldotdev committed Dec 12, 2023
1 parent cee61c4 commit 7f1e7ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
from cogs.CharacterCog import CharacterCog


class BannyCharacterCog(CharacterCog):
class EdenCharacterCog(CharacterCog):
def __init__(self, bot: commands.bot) -> None:
super().__init__(bot)


def setup(bot: commands.Bot) -> None:
bot.add_cog(BannyCharacterCog(bot))
bot.add_cog(EdenCharacterCog(bot))
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
from cogs.CharacterGeneratorCog import CharacterGeneratorCog


class BannyCharacterGeneratorCog(CharacterGeneratorCog):
class EdenCharacterGeneratorCog(CharacterGeneratorCog):
def __init__(self, bot: commands.bot) -> None:
super().__init__(bot)


def setup(bot: commands.Bot) -> None:
bot.add_cog(BannyCharacterGeneratorCog(bot))
bot.add_cog(EdenCharacterGeneratorCog(bot))

0 comments on commit 7f1e7ae

Please sign in to comment.