1.0.0 • Published 3 years ago

discord.js-embeds v1.0.0

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

What is thi?

Easy to use shuffle embeds with discord.js

Installation

npm i discord.js-embeds

then...

Usage

Basic bot example

import reactionPage from "discord.js-embeds"

// or

const reactionPage = require('discord.js-embeds')


// Create a array of all embeds to shuffle through

const pages = [
    embed1, 
    embed2, 
    embed3,
    ...
]


// Call the method, The first two arguments are required

reactionPage(message, pages, emojisList, timeOut)