Skip to content

Simple Discord bot designed to help manage tasks and automate small features for a school project.

License

Notifications You must be signed in to change notification settings

ksprptr/task-manager

Repository files navigation

Task Manager

A simple Discord bot designed to help manage tasks and automate small features for a school project.

Prerequisites

  • Knowledge of JavaScript/TypeScript, Discord.js, Git
  • IDE (VS Code, WebStorm, ...)
  • Package manager (pnpm, npm, ...)

Installation

  • Go to the project folder using cd task-manager/
  • Install all dependecies using pnpm install
  • Copy .env.example to .env and update the properties accordingly

Run

  • Development server: pnpm run dev
  • Production: pnpm run build & pnpm run start

License

This software is developed by Petr Kašpar and is licensed under the MIT License.
For more details, please refer to the LICENSE file.

About

Simple Discord bot designed to help manage tasks and automate small features for a school project.

Topics

Resources

License

Stars

Watchers

Forks