2.6.1 • Published 2 months ago

muzicard v2.6.1

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
2 months ago

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 ThumbnailRound Thumbnail
Setting: .setTheme("neon") neonSetting: .setTheme("neonx") neonx
Setting: .setTheme("anime") animeSetting: .setTheme("animex") animex
Setting: .setTheme("bluesky") blueskySetting: .setTheme("blueskyx") blueskyx
Setting: .setTheme("ravyy") ravyySetting: .setTheme("ravyyx") ravyyx
Setting: .setTheme("animes") animesSetting: .setTheme("animesx") animesx
Setting: .setTheme("space") space(IMAGE SOON)Setting: .setTheme("spacex") spacex(IMAGE SOON)
Setting: .setTheme("classic") classicSetting: .setTheme("dynamic") dynamic

Support / Help

LinksDeveloper'sSupporter's
iShowKronix' YTG V D K REDDYA R J U N
Kronix's ServerA K S H A TF I C K L I N G

Credits

Original musicard package by A3PIRE

2.6.1

2 months ago

2.6.0

2 months ago

2.5.9

2 months ago

2.5.6

3 months ago

2.5.8

3 months ago

2.5.7

3 months ago

2.5.4

4 months ago

2.5.3

4 months ago

2.5.5

4 months ago

2.3.0

4 months ago

2.2.1

4 months ago

2.1.2

4 months ago

2.2.0

4 months ago

2.1.1

4 months ago

2.5.0

4 months ago

2.4.1

4 months ago

2.4.0

4 months ago

2.5.2

4 months ago

2.5.1

4 months ago

2.1.0

4 months ago

2.0.0

4 months ago

1.5.5

4 months ago

1.9.0

4 months ago

1.8.0

4 months ago

1.7.0

4 months ago

1.6.0

4 months ago

1.5.0

4 months ago

1.4.0

4 months ago

1.3.0

4 months ago

1.2.0

4 months ago

1.1.0

4 months ago

1.0.9

4 months ago

1.0.8

4 months ago

1.0.7

4 months ago

1.0.6

4 months ago

1.0.5

4 months ago

1.0.4

4 months ago

1.0.3

4 months ago

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago