muzicard
Version:
Making Your TrackStart Attractive With Muzicard.
53 lines (42 loc) • 3.81 kB
Markdown
# MUZICARD 🎵 [v2.6.3]
This Package Is A Modified Version of Musicard With Some Exicting New Themes.!
## Usage
```js
(async () => {
const { AttachmentBuilder } = require("discord.js");
const { muzicard } = require("muzicard");
const { track } = this.player.queue.current;
const card = new muzicard()
.setName(track.title)
.setAuthor(`G V D K REDDY`)
.setColor("auto")
.setTheme("neonx")
.setBrightness(69)
if (track.thumbnail) { card.setThumbnail(track.thumbnail); // If No Thumbnail is there, Then
} else { card.setThumbnail(this.client.user.displayAvatarURL()); } // Bot's Avatar Will Be Displayed
.setProgress(69)
.setStartTime("0:00")
.setEndTime(track.length)
const buffer = await card.build();
const attachment = new AttachmentBuilder(buffer, { name: `muzicard.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("bluesky")`  | Setting: `.setTheme("blueskyx")`  |
| Setting: `.setTheme("ravyy")`  | Setting: `.setTheme("ravyyx")`  |
| Setting: `.setTheme("animes")`  | Setting: `.setTheme("animesx")`  |
| Setting: `.setTheme("space")`  | Setting: `.setTheme("spacex")`  |
| Setting: `.setTheme("classic")`  | Setting: `.setTheme("dynamic")`  |
## Support / Help
| Links | Developer's | Supporter's |
| --------------------------------------------------- | -------------------------------------------------------------- | --------------------------------------------------------------- |
| [iShowKronix' YT](https://youtube.com/@kronixx2077) | [G V D K REDDY](https://discord.com/users/1057674644905279498) | [A R J U N](https://discord.com/users/795294090609557504) |
| [Kronix's Server](https://discord.gg/aMC2e8zgQb) | [A K S H A T](https://discord.com/users/924144335535091744) | [F I C K L I N G](https://discord.com/users/728958118536675369) |
## Credits
Original musicard package by [A3PIRE](https://github.com/a3pire/musicard)