Skip to content

Commit

Permalink
docs: 修改文档的说明
Browse files Browse the repository at this point in the history
  • Loading branch information
hwygithub committed Jan 24, 2022
1 parent 6ef9c8c commit 42bb267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/develop/pythonsdk/README.md
Expand Up @@ -25,7 +25,7 @@ import qqbot

## qqbot-API

基于 https://bot.q.qq.com/wiki/develop/api/ 机器人开放平台 API 实现的 API 接口封装。
基于 [机器人开放平台API](https://bot.q.qq.com/wiki/develop/api/) 实现的 API 接口封装。

### 使用方法

Expand Down Expand Up @@ -63,7 +63,7 @@ print(user.username) # 打印机器人名字

异步模块基于 websocket 技术用于监听频道内的相关事件,如消息、成员变化等事件,用于开发者对事件进行相应的处理。

更完整的事件说明,请参考[事件监听]https://bot.q.qq.com/wiki/develop/pythonsdk/websocket/listen_events.html
更完整的事件说明,请参考 [事件监听](https://bot.q.qq.com/wiki/develop/pythonsdk/websocket/listen_events.html)

### 使用方法

Expand Down

0 comments on commit 42bb267

Please sign in to comment.