Other Sciences > Homework Help
Notable Channels: #challenges, #math, #post-calculus #biology, #chemistry, #physics, #english, #social-science, #history, #computer-science, #studio-art, so much more Language: English
Homework Help Discord Bot
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.
Requirements
- Node.js >= 14
- Discord.js >= 12
Installing
- 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