A package containing some basic and common yet important and useful utility functions such as Shuffle Array, Remove Duplicates, Verification, Mongoose Funtions, Create Embed Pages etc. [Supports discord.js v12 and v13]
npm install utils-discordThis package supports both Discord.js v12 and Discord.js v13 AND v14
utils-discord is a module especially made for discord.js bot development to make the development easy by providing important utility functions premade. utils-discord is easy to use and makes your code become shorter and easier to make bots.
author parameter in generateEmbed() and createEmbedPages()
mongoCreate() not returning the created data.
createEmbedPages() now able to make more than 1 embed page in a channel (when buttons: true parameter is passed)
generateEmbed() and createEmbedPages()
discord-buttons (npm i discord-buttons)_
DiscordUtility.createEmbedPages(). You can customize almost everything of embed/emoji/buttons!
npm install utils-discord --save`
$3
Import the utils-discord package :
`js
const DiscordUtility = require("utils-discord");
``