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-botnpm installIt starts a dev server, monitor for changes and restarts on any change.
npm run devIt starts the node.js application.
npm startIt runs tests using Jest.
npm test