fix (focus): Correct type hint.
This commit is contained in:
@@ -83,7 +83,7 @@ class FocusChannel(Channel):
|
|||||||
|
|
||||||
|
|
||||||
class HyperFocusCog(LionCog):
|
class HyperFocusCog(LionCog):
|
||||||
def __init__(self, bot: CrocBot):
|
def __init__(self, bot: LionBot):
|
||||||
self.bot = bot
|
self.bot = bot
|
||||||
self.crocbot: CrocBot = bot.crocbot
|
self.crocbot: CrocBot = bot.crocbot
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user