Package Exports
- muzicard
- muzicard/ajju/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (muzicard) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
MUZICARD 🎵
This package is a modified version of musicard with some exicting new features.!
Usage
(async () => {
const { AttachmentBuilder } = require("discord.js");
const { muzicard } = require("muzicard");
const card = new muzicard()
.setName("Govinda Namalu")
.setAuthor(`G V D K REDDY`)
.setColor("auto")
.setTheme("neonx")
.setBrightness(69)
.setThumbnail(this.dispatcher.player.info.thumbnail)
.setProgress(69)
.setStartTime("0:00")
.setEndTime("3:63")
const buffer = await card.build();
const attachment = new AttachmentBuilder(buffer, { name: `musicard.png` });
return message.channel.send(files:[attachment]);
console.log("Done Dona Done Done!");
})();Preview Of Theme's:
| Square Thumbnail | Round Thumbnail |
|---|---|
Setting: .setTheme("neon") ![]() |
Setting: .setTheme("neonx") ![]() |
Setting: .setTheme("anime") ![]() |
Setting: .setTheme("animex") ![]() |
Setting: .setTheme("space") ![]() |
Setting: .setTheme("spacex") ![]() |
Setting: .setTheme("classic") ![]() |
Setting: .setTheme("dynamic") ![]() |
Support / Help
| Links | Developer's | Supporter's |
|---|---|---|
| iShowKronix' YT | G V D K REDDY | A R J U N |
| Kronix's Server | A K S H A T | F I C K L I N G |
Credits
Original musicard package by A3PIRE







