0.0.5 • Published 3 years ago

@itznesbrodeveloper/discord-js-paginator v0.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

NOTE: This Package Only Works On Discord.js V12

Install

npm i @itznesbrodeveloper/discord-js-paginator
# or
yarn add @itznesbrodeveloper/discord-js-paginator

Useage

const paginator = require("@itznesbrodeveloper/discord-js-paginator");

const { MessageEmbed } = require("discord.js");

const embed1 = new MessageEmbed();
.setTitle("Page 1")
const embed2 = new MessageEmbed();
.setTitle("Page 2")

// Make An Array For Embeds
let pages = [
    embed1,
    embed2,
    // More Embeds Here
]

paginator(msg, pages, emojiList, timeout)
// EmojiList Default Value: āŖ ā©

Author

šŸ‘¤ ItzNesbro

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page.

Show your support

Give a ā­ļø if this project helped you!

TODO:

  • Convert To Discord.js v13
  • Add New Options
0.0.5

3 years ago

0.0.3

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago