To use directly, click on this link
Just add, assign(if needed) and mark as done(tick off)
- t!add - Add a new task (Mention someone to assign to them)
- t!list - List all tasks(not done)
- t!done - Mark a task as done
- t!done-list - List all tasks(done)
- t!undo - Unmark a task as done
- 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