fix (focus): Correct type hint.

This commit is contained in:
2025-06-03 18:41:54 +10:00
parent 7cbb6adcb8
commit e4f8a043a8

View File

@@ -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