Compare commits

...

1 Commits

Author SHA1 Message Date
445935f2c9 Add version check and init to component. 2025-09-01 23:23:48 +10:00

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