2.0.0 • Published 2 years ago

fun-responses v2.0.0

Weekly downloads
12
License
MIT
Repository
github
Last release
2 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

2 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.3.0-0

3 years ago

1.2.9

3 years ago

1.2.10

3 years ago

1.2.11

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago