diff --git a/profiles/twitch/component.py b/profiles/twitch/component.py index d50bcc2..b7cb256 100644 --- a/profiles/twitch/component.py +++ b/profiles/twitch/component.py @@ -24,6 +24,8 @@ class ProfilesComponent(cmds.Component): # ----- API ----- async def component_load(self): await self.data.init() + await self.bot.version_check(*self.data.VERSION) + await self.profiles.init() async def component_teardown(self): pass