Merge branch 'dev' of https://github.com/MoFox-Studio/MoFox-Core into dev
This commit is contained in:
@@ -48,6 +48,7 @@ dependencies = [
|
||||
"pymongo>=4.13.2",
|
||||
"pymysql>=1.1.1",
|
||||
"pypinyin>=0.54.0",
|
||||
"PyYAML>=6.0",
|
||||
"python-dateutil>=2.9.0.post0",
|
||||
"python-dotenv>=1.1.1",
|
||||
"python-igraph>=0.11.9",
|
||||
|
||||
@@ -29,6 +29,7 @@ peewee
|
||||
pyarrow
|
||||
pydantic
|
||||
pypinyin
|
||||
PyYAML
|
||||
python-dateutil
|
||||
python-dotenv
|
||||
python-igraph
|
||||
|
||||
@@ -214,9 +214,9 @@ def build_actions_module(available_actions: Optional[dict[str, ActionInfo]] = No
|
||||
def _get_default_actions_block() -> str:
|
||||
"""获取默认的内置动作描述块"""
|
||||
return """### `kfc_reply` - 发消息
|
||||
发送文字回复。
|
||||
发送文字回复。**注意:只能有一个 kfc_reply 动作,把你想说的话都写在一条消息里。**
|
||||
```json
|
||||
{"type": "kfc_reply", "content": "你要说的话"}
|
||||
{"type": "kfc_reply", "content": "你要说的话,全部写在这里"}
|
||||
```
|
||||
|
||||
### `poke_user` - 戳一戳
|
||||
|
||||
Reference in New Issue
Block a user