- Paginator can now be stopped within the custom function provided in the customButton or customActionRow arguments by using `self.stop = True`.
- Use `self.goToPage(page)` to go to the specific page number in the message. The parameter `page` is the page number, starting from 1.
- New parameters:
- `editOnMessage`, used to paginate in an existing message
- `notYoursMessage`, used when someone else uses the paginator
- `timeoutEmbed`, edits the specified embed into the message at timeout or when the quit button is pressed
- View the README.md for more info, especially the section below the [customActionRow example](https://github.com/JUGADOR123/dinteractions-Paginator/blob/main/README.md#-you-can-define-your-own-custom-action-row-with-its-own-code)