discord-paginationembed icon indicating copy to clipboard operation
discord-paginationembed copied to clipboard

A pagination utility for MessageEmbed in Discord.JS

Results 8 discord-paginationembed issues
Sort by recently updated
recently updated
newest added

can we run discord paginationembed at discord v13. is it possible for create a guide for v13 or are you release a new version of discord paginationembed.

### Task List - [ ] Discord.JS 13 full support - [x] #69 - [ ] MessageComponents - [ ] Re-check permissions and reply related codes - [ ] Feat:...

help wanted
breaking change

*For upcoming release of PaginationEmbed v3* `FieldsEmbed` mode has an extension method `formatField` which still overrides the field value/s with function for array mapping, however with discordjs/discord.js#4880, now it causes...

bug/error
critical

Fixing TypeError: Cannot read property 'iconURL' of null

Signed-off-by: gazmull

This is the code I have right now: ![image](https://user-images.githubusercontent.com/40667360/107969999-8dc51d00-6f7e-11eb-9eb8-84ec59a246fd.png) The embed sends without any problem, but the reactions don't do anything when clicked The bot has full permissions

bug/error

Hey there! Was just trying this library out and wondering how would I handle a case where user inputs a page number that doesn't exist. Example: I have pagination of...

enhancement