A bot for registering votes on the DAObi Discord channel
This discord bot requires Node.js v16+ to run. Make sure you have installed Node.js on your server
After successfully install Node.js, then install pm2 with npm (Node Package Manager)
npm install -g pm2Install the dependencies
cd bots
npm installFrom within project directory, start the server with the following command
npm run start:prod