Taskyra is an easy-to-use Discord bot that helps you manage tasks on your server. It allows you to organize tasks directly within your Discord server. Perfect for project-related collaboration!!
- Create, assign and update tasks
- Easily manage a task with buttons so you don't need to remember commands
- Easily deploy your own instance with Docker and Docker Compose
- Docker
- Docker Compose
- A Discord bot token (How to create a bot)
You can use the official Taskyra bot without self-hosting. Simply invite it to your server using this link: Invite Taskyra
- Clone the repository:
git clone https://github.com/FrinshHD/Taskyra.git cd Taskyra - Copy and configure environment variables:
cp .env.example .env
- Start Taskyra using Docker Compose:
docker-compose up -d --build
/posttask- Create a new task./settaskchannels- Configure which channels Taskyra uses.
Start- Put a task in the inprogress category.Complete- Mark a task as completed.Delete- Delete a task.Assign/Unassign Me- Assign or unassign yourself to/from the task.Assign User- Assign a user to the task using a modal.Edit Task- Edit the task name and description using a modal.