insultmachine

2.0.3 • Public • Published

InsultMachine

Half appropiate insult and compliment generator

npm i insultmachine

Usage

First, require the package. const Machine = require('InsultMachine'); or import Machine from 'InsultMachine'; if you're in a module.

Then you can use randomly generated insults and compliments.

Examples

console.log(Machine.InsultMachine());
// -> You're so fat that when you farted you started global warming.

or using Discordjs

if(message.content == '!insult'){
  message.channel.send(Machine.InsultMachine());
}

If you want a compliment instead of an insult, use Machine.ComplimentMachine() instead of InsultMachine().

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.3
    3
    • latest

Version History

Package Sidebar

Install

npm i insultmachine

Weekly Downloads

3

Version

2.0.3

License

MIT

Unpacked Size

16.5 kB

Total Files

6

Last publish

Collaborators

  • barnacled