Merge branch 'refractor' of https://github.com/tcmofashi/MaiMBot into refractor

This commit is contained in:
tcmofashi
2025-03-10 21:01:06 +08:00
4 changed files with 183 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
from typing import Optional, Union
from typing import Optional, Union
from ...common.database import Database
from .message_base import MessageBase