@antibot/embeds
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

🔷 embeds

🔷 A module for Discord embeds! Using this module you can send embed data.

Docs

https://antibot-team.github.io/embeds/

const { DiscordEmbed, EmbedColor } = require("@antibot/embeds");
const embed = new DiscordEmbed()
  .setTitle("Hi")
  .setDescription("This is a very cool embed!")
  .setColor(EmbedColor.BLUE)
  .setFooter({
    text: "https://antibot.xyz",
  });

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.010latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.010

Package Sidebar

Install

npm i @antibot/embeds

Weekly Downloads

6

Version

1.0.0

License

MIT

Unpacked Size

27.4 kB

Total Files

22

Last publish

Collaborators

  • j_ddev