This is the source code for the Discord bot from Homework Help.
https://hwhelp.github.io/ - Documentation
https://homework-help.org - Website
https://discord.gg/YudDZtb - Discord
Any concerns, feedback or suggestions should be directed to spencerwencer on Discord.
- Node.js >= 14
- Discord.js >= 12
- Run commands
git clone https://github.com/spjy/hwh-bot.git
cd hwh-bot
cp .env.schema .env
npm install
npm start
- Set up your environment variables in
.env