Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eldossjogy/medialibrary
A discord bot that allows users to save media links in a media library under keys.
https://github.com/eldossjogy/medialibrary
bot discord discord-bot discord-js discord-js-bot nodejs
Last synced: about 1 month ago
JSON representation
A discord bot that allows users to save media links in a media library under keys.
- Host: GitHub
- URL: https://github.com/eldossjogy/medialibrary
- Owner: eldossjogy
- Created: 2022-10-23T21:42:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T18:59:27.000Z (7 months ago)
- Last Synced: 2024-09-24T12:00:15.193Z (about 2 months ago)
- Topics: bot, discord, discord-bot, discord-js, discord-js-bot, nodejs
- Language: JavaScript
- Homepage:
- Size: 158 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MediaLibrary
## About
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.🔗[Invite Discord Bot](https://discord.com/api/oauth2/authorize?client_id=910350971299848192&permissions=431644735552&scope=bot%20applications.commands)
## Built Using
- [NodeJs](https://nodejs.org/) - JavaScript Engine
- [DiscordJs](https://discord.js.org/) - Discord API Wrapper
- [PlanetScale](https://planetscale.com/) - Database
- [Prisma](https://www.prisma.io/) - Data Modeler
## Try it yourself!
Create a file in the root directory with the name `.env` containing the filled information of the `.env.example` file.
Install packages:
```bash
npm install
```### Build
Setup Database:
```bash
npx prisma db push
```Run bot:
```bash
npm run-script run
```
## Contributors
- [@eldossjogy](https://github.com/eldossjogy)
- [@a-knaw-knee-mus](https://github.com/a-knaw-knee-mus)### Testers
- [@ahilashsasidharan](https://github.com/ahilashsasidharan)
- [@Fareen-Khan](https://github.com/Fareen-Khan)
- [@ryanch117](https://github.com/ryanch117)