Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infusionbot/discord-pagination
Discord.js v13 pagination with buttons
https://github.com/infusionbot/discord-pagination
bot discord discord-bot djs hacktoberfest
Last synced: about 2 months ago
JSON representation
Discord.js v13 pagination with buttons
- Host: GitHub
- URL: https://github.com/infusionbot/discord-pagination
- Owner: InfusionBot
- License: lgpl-2.1
- Archived: true
- Created: 2021-08-03T04:13:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-02T21:06:05.000Z (almost 2 years ago)
- Last Synced: 2024-09-28T09:05:15.959Z (about 2 months ago)
- Topics: bot, discord, discord-bot, djs, hacktoberfest
- Language: TypeScript
- Homepage: https://welcome-bot.github.io/discord-pagination/
- Size: 607 KB
- Stars: 5
- Watchers: 0
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# discord-pagination
> Discord.js v13 pagination with buttons## What's this project about?
Even before djs v13 was released, many discord opensource bots (which are written in nodejs) started to use buttons,
To help them and to make one for **Welcome-Bot**, we made this package!## How to get started?
First install using npm:
```
npm install djs-pagination-buttons --save
```Then go ahead you can use a [example we have made for you!](https://github.com/Welcome-Bot/discord-pagination/blob/main/example/bot.js)
Read the [docs](https://welcome-bot.github.io/discord-pagination/classes/Pagination.html) if you have any issues, you may also join the Welcome-Bot support server for queries!