An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          





Mewwme

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__
![classic](/example/8.png)
![classic](/example/14.png)
![classic](/example/15.png)

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