mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
[V3 Core] Add a much-needed forward reference (#1763)
This commit is contained in:
parent
35e9fab701
commit
bcf7ea30c5
@ -45,7 +45,7 @@ _ = i18n.Translator("Core", __file__)
|
||||
|
||||
|
||||
class CoreLogic:
|
||||
def __init__(self, bot: Red):
|
||||
def __init__(self, bot: "Red"):
|
||||
self.bot = bot
|
||||
|
||||
async def _load(self, cog_names: list):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user