Discord Util - Embed pages, fun commands, utils, and so much more!
This package might have some bugs if you spot one please report it on our support server and report it! There's also many more features coming...
- 🗝️ TS support
- 📃 Tons of features
- 📤 Discord.js v13 Support
- Discord.js v13
- Node v16.6.0
const { autoSplitPages, pages } = require("discord.js-util");
const splited = await autoSplitPages([
"Twitter",
"Discord",
"Instagram"
], (v) => `I'm on ${v}!`);
await new pages()
.setPages(
splited.map(ebd => ebd.setColor("BLURPLE"))
)
.setInteraction(interaction)
.setStyles("PRIMARY", "SECONDARY")
.setEmojis("👈", "👉")
.send({
ephemeral: true
});
Typings and examples will be coming soon! Join our Discord to stay tuned.
The docs are coming soon! Right now you can check out the examples above.
To report a bug using Github click here. For support and issues join our support server.