mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-08-01 07:09:50 +00:00
🎨 重写基本完毕
This commit is contained in:
@ -19,7 +19,7 @@ class SessionContext(BaseModel):
|
||||
bot: Bot
|
||||
event: Event
|
||||
matcher: Matcher
|
||||
state: T_State
|
||||
# state: T_State
|
||||
caller: Any = None
|
||||
|
||||
class Config:
|
||||
@ -30,5 +30,5 @@ class SessionContextDepends(BaseModel):
|
||||
bot: str | None = None
|
||||
event: str | None = None
|
||||
matcher: str | None = None
|
||||
state: str | None = None
|
||||
# state: str | None = None
|
||||
caller: str | None = None
|
||||
|
Reference in New Issue
Block a user