a discord bot for commitments; lets you record time commitments and holds you to them later
To activate bot, execute the following command in terminal while in the main project directory:
node src/main.js
Requires node.js (https://nodejs.org/en/download/)
Additional dependencies (in node_modules
) were installed via the following terminal commands:
npm install discord.io winston –save
npm install https://github.com/woor/discord.io/tarball/gateway_v6
npm install node-schedule