image-gen-discord

1.0.2 • Public • Published

randomGen

Hello there have you ever looked for a package with images generation well here it is!

example

const discord = require('discord.js')
const client = new discord.Client()
const randomGen = require('image-gen-discord')
client.on('message', (message) => {
    if(message.content.startsWith('!meme')) {
        randomGen(message, 'embed')
    }
})
 
client.login('token')

available options

embed
message
console

available images

cat dog alpaca lama meme joke camel seal

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i image-gen-discord

    Weekly Downloads

    1

    Version

    1.0.2

    License

    ISC

    Unpacked Size

    7.31 kB

    Total Files

    3

    Last publish

    Collaborators

    • tovade