Skip to content

Commit e10adbf

Browse files
author
pyg2007
committed
错别字
1 parent 5ae9df4 commit e10adbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorial/annotations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ app = Mirai(......)
2929
async def GMHandler(app: Mirai, group: Group, member: Member, message: GroupMessage):
3030
pass
3131

32-
@qpp.receiver(FriendMessage)
32+
@app.receiver(FriendMessage)
3333
async def FMHandler(app: Mirai, friend: Friend, message: FriendMessage):
3434
pass
3535
...

0 commit comments

Comments
 (0)