Skip to content

Commit

Permalink
📝 修复注释错误
Browse files Browse the repository at this point in the history
  • Loading branch information
montmorill authored Oct 21, 2023
1 parent 0ee4b04 commit a66a71c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ async def handle(event: MessageEvent):
```python
from nonebot_plugin_saa import TargetQQGroup

# 发送目标为 QQ 号 10000, 以私聊形式发送
target = TargetQQGroup(group_id=2233)
# 发送目标为群号 114514 的群聊
target = TargetQQGroup(group_id=114514)
await MessageFactory("早上好").send_to(target)
```

Expand Down

0 comments on commit a66a71c

Please sign in to comment.