discord.js-pagination icon indicating copy to clipboard operation
discord.js-pagination copied to clipboard

A simple utility to paginate discord embeds.

Results 27 discord.js-pagination issues
Sort by recently updated
recently updated
newest added

const paginationEmbed = async (msg, pages, emojiList = ['⏪', '⏩'], timeout = 120000) => { if (!msg && !msg.channel) throw new Error('Channel is inaccessible.'); if (!pages) throw new Error('Pages are...

![Screenshot_1](https://user-images.githubusercontent.com/2681022/125993663-b81574f9-6327-4684-b27d-ca11ed3036dd.png) Character Options: https://sourceb.in/KvEEMozyus Help: https://sourceb.in/KLZN2WKfdC It is not working with Node v14.17.2. I've upgraded DJS to v13 so I need node v14. It worked with Node v12 but now...

This repo hasn't seen any changes for a while and no input from the owner / maintainer. I've just taken my version of this to ^3.0.0. The README includes sufficient...

I have effectively abandoned this PR and released my own, full v13 compatible version. [Find it here](https://github.com/psibean/discord.js-pagination) with it's documentation and a working example bot. Install with ``` npm install...

- Added JSDoc Comments. - Added condition `user.id === msg.author.id` in reaction filter so that no one other than message author will be able to navigate between pages. - Moved...

Issue: Crash when trying to remove emojis in the emoji collector. Discord-js version: 11.6.4 Errors: `TypeError: reaction.users.remove is not a function at ReactionCollector. (\node_modules\discord.js-pagination\index.js:14:19)` `TypeError: curPage.reactions.removeAll is not a function...

Go to **node_modules** > **discord.js-paginations** > **index.js** and change all `reaction.emoji.name` to `reaction.emoji.id` (And change `async (msg, pages, emojiList = ['⏪', '⏩'], timeout = 120000)` to `async (msg, pages, emojiList,...

I am getting this issue when trying to change pages, I have sent the pages individually using message.send() and they have all worked, however as soon as trying to do...

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies