1.0.2 • Published 3 years ago

@kkauabr/bot-utils v1.0.2

Weekly downloads
28
License
ISC
Repository
github
Last release
3 years ago

Bot Utils

Want a embed builder like in discord.js? This is the right package!

Example

const { EmbedBuilder } = require('@kkauabr/bot-utils');

const  embed = new  EmbedBuilder()

.setTitle("Hi")
.setDescription("Hello World!")
channel.createMessage({ embed: embed })

Functions

  • .setTitle(title)
  • .setDescription(description)
  • .setThumbnail(url)
  • .setImage(url)
  • .setTimestamp(date) - "date" is optional and must be a Date in ISO Format
  • .addField(name, value)
  • .setAuthor(text, url) - "url" is optional
  • .setFooter(text, url) - "url" is optional