mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-12-03 02:24:51 +08:00
🚨 auto fix by pre-commit hooks
This commit is contained in:
parent
4e1e0e98b4
commit
b0b2b1f681
@ -66,7 +66,6 @@ options:
|
|||||||
连接之前必须要注册 `adapter`
|
连接之前必须要注册 `adapter`
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
|
||||||
### adapter 处理原始数据
|
### adapter 处理原始数据
|
||||||
|
|
||||||
1. `adapter` 检查授权许可,并获取 `self-id` 作为唯一识别 id 。
|
1. `adapter` 检查授权许可,并获取 `self-id` 作为唯一识别 id 。
|
||||||
@ -204,6 +203,4 @@ options:
|
|||||||
|
|
||||||
一般来说,我们可以用 `bot.*` 来调用 `API` (\*是 `API` 的 `action` 或者 `endpoint`)。
|
一般来说,我们可以用 `bot.*` 来调用 `API` (\*是 `API` 的 `action` 或者 `endpoint`)。
|
||||||
|
|
||||||
|
|
||||||
对于发送消息而言,一方面可以调用既有的 `API` ;另一方面 `nonebot` 实现了两个便捷方法,`bot.send(event, message, **kwargs)` 方法和可以在 `handler` 中使用的 `Matcher.send(message, **kwargs)` 方法,来向事件主体发送消息。
|
对于发送消息而言,一方面可以调用既有的 `API` ;另一方面 `nonebot` 实现了两个便捷方法,`bot.send(event, message, **kwargs)` 方法和可以在 `handler` 中使用的 `Matcher.send(message, **kwargs)` 方法,来向事件主体发送消息。
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user