diff --git a/src/modules/hyperfocus/cog.py b/src/modules/hyperfocus/cog.py index 8b2e9208..5f0ae537 100644 --- a/src/modules/hyperfocus/cog.py +++ b/src/modules/hyperfocus/cog.py @@ -83,7 +83,7 @@ class FocusChannel(Channel): class HyperFocusCog(LionCog): - def __init__(self, bot: CrocBot): + def __init__(self, bot: LionBot): self.bot = bot self.crocbot: CrocBot = bot.crocbot