A discord bot that allows users to save media links in a media library under keys. Making sending videos or images that are commonly used much faster to send.
- NodeJs - JavaScript Engine
- DiscordJs - Discord API Wrapper
- MySQL - Database
- Prisma - Data Modeler
- Docker - Container
Create a file in the root directory with the name .env containing the filled information of the .env.example file.
Install packages:
npm installSetup Database:
npx prisma db pushRun bot:
npm run-script runBuild container:
docker-compose up