command文档

This commit is contained in:
UnCLAS-Prommer
2025-07-25 14:06:41 +08:00
parent f4a505024f
commit 6a7cf71d1d
2 changed files with 60 additions and 484 deletions

View File

@@ -268,7 +268,6 @@ action_message为一个字典包含的键值对如下省略了不必要的
## Action 内置方法说明
```python
class BaseAction:
# 配置相关
def get_config(self, key: str, default=None):
"""获取插件配置值,使用嵌套键访问"""