miyuki-api
Version:
This package provides many fun commands to be used in your discord bot
15 lines (13 loc) • 333 B
Markdown
# 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
```js
const miyuki = require('miyuki-fun.js');
const dare = miyuki.dare();
const truth = miyuki.truth();
console.log(truth);
console.log(dare);
```