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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    5
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    5
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i image-gen-discord

Weekly Downloads

5

Version

1.0.2

License

ISC

Unpacked Size

7.31 kB

Total Files

3

Last publish

Collaborators

  • tovade