better-tord

1.3.7 • Public • Published

Better-tord

This api gives you questions for the game truth or dare

List of functions:

get_dare,
get_truth,
get_random_question,
amount_of_questions

Sample Code

const r = require('better-tord');

const dare = r.get_dare();
console.log(dare);

const truth = r.get_truth();
console.log(truth);

const t_or_d = r.get_random_question();
console.log(t_or_d);

r.amount_of_questions(type) // type: [0 - all, 1 - truth, 2 - dare] 

Readme

Keywords

Package Sidebar

Install

npm i better-tord

Weekly Downloads

36

Version

1.3.7

License

ISC

Unpacked Size

26.6 kB

Total Files

5

Last publish

Collaborators

  • neronii