Skip to content

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

Notifications You must be signed in to change notification settings

turtlepaws-workshop/Discord-Util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord-Util

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

📝 Note

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...

Features

  • 🗝️ TS support
  • 📃 Tons of features
  • 📤 Discord.js v13 Support

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 using Github click here. For support and issues join our support server.

Discord