muzicard
TypeScript icon, indicating that this package has built-in type declarations

2.6.1 • Public • Published

MUZICARD 🎵 [v2.6.1]

This Package Is A Modified Version of Musicard With Some Exicting New Themes.!

Usage

(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") neon Setting: .setTheme("neonx") neonx
Setting: .setTheme("anime") anime Setting: .setTheme("animex") animex
Setting: .setTheme("bluesky") bluesky Setting: .setTheme("blueskyx") blueskyx
Setting: .setTheme("ravyy") ravyy Setting: .setTheme("ravyyx") ravyyx
Setting: .setTheme("animes") animes Setting: .setTheme("animesx") animesx
Setting: .setTheme("space") ![space](IMAGE SOON) Setting: .setTheme("spacex") ![spacex](IMAGE SOON)
Setting: .setTheme("classic") classic Setting: .setTheme("dynamic") 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

Package Sidebar

Install

npm i muzicard

Weekly Downloads

63

Version

2.6.1

License

GPL-3.0-or-later

Unpacked Size

14.8 MB

Total Files

21

Last publish

Collaborators

  • gvdkreddy