Move to new plugin framework.

- User `profiles` component for profile and community fetch.
- Add data version check
- Move `datamodels` to `botdata`.
This commit is contained in:
2025-09-02 07:14:51 +10:00
parent 094b1e3c57
commit 4707bc2aca
4 changed files with 29 additions and 41 deletions

View File

@@ -1,3 +1 @@
async def twitch_setup(bot):
from .tracker import setup
await setup(bot)
from .tracker import setup as twitch_setup