Skip to content

Commit

Permalink
0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MeetWq committed Oct 11, 2024
1 parent 5cc33d5 commit b0623ff
Show file tree
Hide file tree
Showing 3 changed files with 1,014 additions and 870 deletions.
2 changes: 0 additions & 2 deletions nonebot_plugin_chatrecorder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
require("nonebot_plugin_localstore")

from . import adapters as adapters
from . import migrations
from .message import deserialize_message as deserialize_message
from .message import serialize_message as serialize_message
from .model import MessageRecord as MessageRecord
Expand All @@ -32,5 +31,4 @@
"~satori",
"~qq",
},
extra={"orm_version_location": migrations},
)
Loading

0 comments on commit b0623ff

Please sign in to comment.