A simple Discord bot designed to help manage tasks and automate small features for a school project.
- Knowledge of JavaScript/TypeScript, Discord.js, Git
- IDE (VS Code, WebStorm, ...)
- Package manager (pnpm, npm, ...)
- Go to the project folder using
cd task-manager/ - Install all dependecies using
pnpm install - Copy
.env.exampleto.envand update the properties accordingly
- Development server:
pnpm run dev - Production:
pnpm run build & pnpm run start
This software is developed by Petr Kašpar and is licensed under the MIT License.
For more details, please refer to the LICENSE file.