Skip to content

Commit d269e46

Browse files
authored
Merge pull request #9 from ArnurArykbaev/master
Update README.md
2 parents 22af3c9 + 4c50bdb commit d269e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ let fakeData = Array(10)
8989
title: `Item ${i + 1}`,
9090
}));
9191

92-
bot.command("pagination", (ctx) => {
92+
bot.command("pagination", async (ctx) => {
9393
const pagination = new Pagination({
9494
data: fakeData, // array of items
9595
header: (currentPage, pageSize, total) =>

0 commit comments

Comments
 (0)