UNPKG

@acegoal07/discordjs-pagination

Version:
38 lines (31 loc) 2.17 kB
<h1 align="center">discordjs-pagination</h1> <div align="center"> <img alt="Repository size" src="https://img.shields.io/github/repo-size/acegoal07/discordjs-pagination"> <img alt="npm" src="https://img.shields.io/npm/v/@acegoal07/discordjs-pagination/latest"> <img alt="NPM" src="https://img.shields.io/npm/l/@acegoal07/discordjs-pagination"> <img alt="npm (prod) dependency version" src="https://img.shields.io/npm/dependency-version/@acegoal07/discordjs-pagination/discord.js"> <img alt="Libraries.io dependency status for latest release" src="https://img.shields.io/github/issues-raw/acegoal07/discordjs-pagination"> <img alt="GitHub contributors" src="https://img.shields.io/github/contributors/acegoal07/discordjs-pagination"> <img alt="Monthly Downloads" src="https://img.shields.io/npm/dm/@acegoal07/discordjs-pagination"> </div><br> <p align="center"> <a href="https://github.com/acegoal07/discordjs-pagination/wiki">Wiki</a> &#xa0; | &#xa0; <a href="https://www.npmjs.com/package/@acegoal07/discordjs-pagination">NPM</a> &#xa0; | &#xa0; <a href="https://github.com/acegoal07" target="_blank">Author</a> </p> --- <h1 id="about">About</h1> This pagination supports both Message and Interaction this is all handled by the package which works out which method to use depending on which interface is provided, It also adjusts multiple settings and attributes about the function as it goes on depending on information provided making it easy to use and very customisable ### To download the package use npm ```sh npm i @acegoal07/discordjs-pagination ``` yarn ```sh yarn add @acegoal07/discordjs-pagination ``` ### Addition info The interaction pagination supports deferred interactions but you do not need to defer the interaction yourself as the pagination does it automatically if it is not deferred You can find information on how to use this package on the github wiki which can be found <a href="https://github.com/acegoal07/discordjs-pagination/wiki">here</a> If your interested in supporting my projects you can find donation options <a href="https://acegoal07.dev/donate">here</a>