Runs haskell code and provides a haskell quiz in a Discord server.
- Create a
secrets/secrets.jsfile containing the following:
module.exports = {
botToken: '<DISCORD BOT TOKEN HERE>'
}- Create a
hs/tmpdirectory to hold the generated haskell files - Run
yarn installto install dependencies - Run
npm startto start the bot!