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

@@ -13,6 +13,8 @@ class TrackingChannel(RowModel):
class EventData(Registry):
VERSION = ('TRACKER', 1)
tracking_channels = TrackingChannel.table
events = Table('events')