UNPKG

quizzcord

Version:

A simple quizz package for discord bots where you can create your own quizz and play with your friends or with the community !

14 lines (12 loc) 299 B
const Quizz = require('./functions/index.js'); /** * # QuizzCord * Check out the [documentation](https://www.npmjs.com/package/quizzcord) for more information. * * @typedef {Object} Exports * @property {typeof Quizz} Quizz */ /** @type {Exports} */ module.exports = { Quizz };