To use directly, click on this link
Just add, assign(if needed) and mark as done(tick off)
- /add - Add a new task (Mention someone to assign to them)
- /list - List all tasks(not done)
- /done - Mark a task as done
- /done-list - List all tasks(done)
- /undo - Unmark a task as done
Note: This might be outdated and might not work anymore
- Clone
git clone [email protected]:Task-Manager-Bot/discord-task-bot.git
- Install Dependencies
npm install
yarn
- Fill .env with Discord Bot Token (Developer Portal)
cp .env.docker.example .env
- Run docker compose
docker-compose up
- Clone
git clone [email protected]:Task-Manager-Bot/discord-task-bot.git
- Install Dependencies
npm install
yarn
- Fill .env with Discord Bot Token (Developer Portal)
cp .env.example .env
-
Change DB host in
db
tolocalhost
inconfig/sequelize.js
-
Run locally (using nodemon)
npm run dev
yarn dev
Read the CONTRIBUTING.md file