https://github.com/lrmn7/mewcard
The Discord music bot that's 100% free with no payment or votes required to access all its amazing functionalities.
https://github.com/lrmn7/mewcard
bot discord mewcard music-card
Last synced: 5 months ago
JSON representation
The Discord music bot that's 100% free with no payment or votes required to access all its amazing functionalities.
- Host: GitHub
- URL: https://github.com/lrmn7/mewcard
- Owner: lrmn7
- Created: 2023-10-29T19:35:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-06T16:47:20.000Z (over 1 year ago)
- Last Synced: 2025-02-10T19:49:09.617Z (over 1 year ago)
- Topics: bot, discord, mewcard, music-card
- Language: JavaScript
- Homepage: https://meww.me
- Size: 8.62 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
M E W C A R D
Mewcard is a futuristic music card library designed for Discord bots.
Report Issues & Give Suggestions
·
Invite
·
Support Server
# __Installation__
```
npm install mewcard
yarn add mewcard
pnpm install mewcard
```
# __Example__
This example code will generate a music card image and save it.
```js
(async () => {
const { mewcard } = require("mewcard");
const fs = require("fs");
const card = new mewcard()
.setName("Bunga Hati")
.setAuthor("Salma Salsabil")
.setColor("auto")
.setTheme("classic")
.setBrightness(50)
.setThumbnail("https://cdn.discordapp.com/attachments/1194410866209206412/1196152611594838026/mewwme.png")
.setRequester("romanromannya")
const cardBuffer = await card.build();
fs.writeFileSync(`mewcard.png`, cardBuffer);
console.log("Done!");
})()
```
# __Available Themes__
- `themes1`, `themes2`, `themes3`, to `themes20`
- `mewwme`, `mewwme1` (Mewwme's theme, which is based on Mewwme's profile picture.)
# __Card Available__



# Projects
| Sr. | Name | Platform |
|:-----:|:--------------------------:|:----------:|
| **1** | [Mewwme's Music](https://discord.com/oauth2/authorize?client_id=928711702596423740&permissions=8&scope=bot+applications.commands) | discord.js |