Skip to content

Commit

Permalink
fix: remove note
Browse files Browse the repository at this point in the history
  • Loading branch information
imranbarbhuiya committed Feb 18, 2022
1 parent 201a388 commit 6ee4341
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,11 +315,6 @@ const message = await interaction.reply(payloads);
pagination.paginate(message);
```

## Note

- If you have a global Button Interaction handler then you can ignore the interactions with customId starting with `paginate-`.
- When adding an additional action row without customizing pagination button row, then don't set the custom id of any buttons to any of the following: `paginate-first`, `paginate-prev`, `paginate-next`, `paginate-last`. But if you are customizing the button row then you can provide any customId. But just make sure that the customId don't gets duplicated with any other components in the message.

## License

MIT
Expand Down

0 comments on commit 6ee4341

Please sign in to comment.