2.0.0 • Published 3 years ago

fun-responses v2.0.0

Weekly downloads
12
License
MIT
Repository
github
Last release
3 years ago

Fun Responses

npmnpm bundle sizenpmWebsite

NPM Install

npm install fun-responses

How to use:

const fun = require('fun-responses');

async function run() {
    console.log(' - Joke')
    console.log(await fun.joke())
    console.log(' - Pickup Line')
    console.log(await fun.pickup())
    console.log(' - Topic')
    console.log(await fun.topic())
    console.log(' - Roast')
    console.log(await fun.roast())
    console.log(' - Toast')
    console.log(await fun.toast())
}
run()

Discord Example

const Discord = require('discord.js');
const funRes = require('fun-responses');

async function topicSend() {
    const embed = new Discord.MessageEmbed()
        .setDescription(await funRes.topic())
    message.channel.send(embed).then().catch(console.error);
}

topicSend();

Amounts of Responses

UseResponses
funRes.joke()44
funRes.pickup()42
funRes.topic()86
funRes.roast()22
funRes.toast()15
2.0.0

3 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.3.0-0

4 years ago

1.2.9

4 years ago

1.2.10

4 years ago

1.2.11

4 years ago

1.2.8

5 years ago

1.2.7

5 years ago

1.2.6

5 years ago

1.2.5

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 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.1

5 years ago

1.0.0

5 years ago