Discord bot that posts dad style programming jokes.
- Discord.js to interact with the Discord API easily
- Dad style programming jokes
- ESLint linter with Airbnb's base config
- Jest test framework
git clone https://github.com/zsoltime/discord-dev-jokes-bot.git
cd discord-dev-jokes-bot
npm install
It starts a dev server, monitor for changes and restarts on any change.
npm run dev
It starts the node.js application.
npm start
It runs tests using Jest.
npm test