UNPKG

discord-ftd

Version:

Discord - FTD (Fun Time Discord) is an NPM module packed with exciting Discord games for bots.

7 lines (5 loc) 166 B
const {WouldYouRather} = require('./src/WouldYouRather') const {WordleGame} = require('./src/wordle') module.exports = { WouldYouRather, WordleGame };