discord-task-bot
discord-task-bot copied to clipboard
A simple task management bot for Discord to work with your team without missing anything written in Javascript with Discord.js.
Discord Task Manager Bot
Usage
To use directly, click on this link
How to use?
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
Setup
With Docker
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
Without Docker
- 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
Contributing
Read the CONTRIBUTING.md file