Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //https://www.youtube.com/watch?v=bMa0vlHINaU
- const Pagination = require('discord-paginationembed')
- const FieldsEmbed = new Pagination.FieldsEmbed()
- .setArray([{word: `help`}, {word: `commands`}])
- .setAuthorizedUsers([message.author.id])
- .setChannel(message.channel)
- .setElementsPerPage(4)
- .setPageIndicator(true)
- .formatField('Commands', el => el.word)
- FieldsEmbed.embed
- .setColor('RED')
- .setTitle('HI")
- .setTimestamp()
- FieldsEmbed.build()
Add Comment
Please, Sign In to add comment