discord.js-util

5.0.5 • Public • Published

Discord-Util

Discord Util - Embed pages, fun commands, utils, and so much more!

📝 Note

This package is not %100 stable if you find a bug check out this and report it! There's also many more features coming...

Features

  • 🗝️ TS support
  • 👍 Stable
  • 📃 Bunch of features
  • 📤 Discord.js v13

Requirements

  • Discord.js v13
  • Node v16.6.0

Examples

Pages

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
});

Where's the rest?

Typings and examples will be coming soon! Join our Discord to stay tuned.

Documentation

The docs are coming soon! Right now you can check out the examples above.

Support

To report a bug go here.

For support join this server.

Discord

Dependencies (8)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i discord.js-util

    Weekly Downloads

    13

    Version

    5.0.5

    License

    ISC

    Unpacked Size

    26.1 kB

    Total Files

    16

    Last publish

    Collaborators

    • turtlepaw