A brief description of what this project does and who it's for
Clone the project
git clone https://github.com/Electropositive/Hydrogen-v14.7.1-Discord.jsGo to the project directory
cd Hydrogen-v14.7.1-Discord.jsInstall dependencies
npm install discord.js
npm install mongoose
npm install colors
npm install ascii-tableStart the server
node index.jsTo run this project, you will need to add the following environment variables to your .env file
DISCORD_BOT_TOKEN
MONGODB_URL
