Skip to content

Commit

Permalink
Merge pull request #7 from Tymon42/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
ddiu8081 committed Sep 26, 2022
2 parents 868670c + 98cda1b commit 7db1bd4
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 @@ -25,10 +25,10 @@ import { startListen, type MsgHandler } from 'blive-message-listener'

const handler: MsgHandler = {
onIncomeDanmu: (msg) => {
console.log(msg.id, msg.data)
console.log(msg.id, msg.body)
},
onIncomeSuperChat: (msg) => {
console.log(msg.id, msg.data)
console.log(msg.id, msg.body)
},
}

Expand Down

0 comments on commit 7db1bd4

Please sign in to comment.