1.1.3 • Published 5 years ago

rich-embed v1.1.3

Weekly downloads
54
License
MIT
Repository
github
Last release
5 years ago

rich-embed

To make matter better, now, everyone can use embed faster and briefer

Author

Special Thanks

  • ZEONPLEX

Installation

yarn add rich-embed

dependencies

  • discord.js@11.4.2

Examples

const rich = require('rich-embed')
const Discord = require('discord.js')

const client = new Discord.Client()

client.on('message', msg => {
  if (msg.content === 'test') {
    const embed = rich('test', 'Starlight', 'hmm', ['hi'], ['hi'], false, '#000')
    msg.channel.send(embed)
  }
});

License

MIT

1.1.4

3 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago