Add version check and init to component.

This commit is contained in:
2025-09-01 23:23:48 +10:00
parent 543a65b7fb
commit 445935f2c9

View File

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