update docs

This commit is contained in:
crazywhalecc
2023-01-05 16:12:24 +08:00
parent b4af6df772
commit a95a9cc3b6
8 changed files with 371 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
# 快速上手
# 快速上手 - 聊天机器人
在这里,我们将会以一个基础的复读机为例,帮助你快速熟悉框架的开发流程。
@@ -25,7 +25,7 @@
在于框架对接的情况中,我们只需要关注 `onebot.websocket_rev` 配置。
```toml
```toml {7}
[onebot]
http = []
http_webhook = []
@@ -107,6 +107,6 @@ $cmd1 = BotCommand::make('repeater', match: '复读')->on(function(OneBotEvent $
## 使用机器人 API 和更多事件
如果你希望机器人进行其他复杂的动作(操作),请参见 机器人 API
如果你希望机器人进行其他复杂的动作(操作),请参见 机器人上下文
关于更多可以注册绑定的事件,请参见 注解事件。