Skip to content

Commit 5a93baf

Browse files
committed
Fix typo in the README.md
1 parent 66b5f0d commit 5a93baf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ bot.on(media_group(), (ctx: MediaGroupContext<Context>) => {
6969
}
7070

7171
if ('video' in media) {
72-
console.log('Photo:', media.video)
72+
console.log('Video:', media.video)
7373
}
7474
}
7575
})

0 commit comments

Comments
 (0)