miyuki-api
v1.0.0
Published
This package provides many fun commands to be used in your discord bot
Downloads
6
Readme
Miyuki-fun
This package currently gives a random truth or a dare questions (More to come later)
Available Functions
truth, dare
Usage for truth and dare commands
const miyuki = require('miyuki-fun.js');
const dare = miyuki.dare();
const truth = miyuki.truth();
console.log(truth);
console.log(dare);