1.3.7 • Published 3 years ago

better-tord v1.3.7

Weekly downloads
18
License
ISC
Repository
github
Last release
3 years ago

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] 
1.3.7

3 years ago

1.2.1

3 years ago