Skip to content

Commit

Permalink
Merge pull request #9 from ArnurArykbaev/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mcpeblocker authored Nov 16, 2022
2 parents 22af3c9 + 4c50bdb commit d269e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ let fakeData = Array(10)
title: `Item ${i + 1}`,
}));

bot.command("pagination", (ctx) => {
bot.command("pagination", async (ctx) => {
const pagination = new Pagination({
data: fakeData, // array of items
header: (currentPage, pageSize, total) =>
Expand Down

0 comments on commit d269e46

Please sign in to comment.