SLCommands Embeds

Welcome to the custom embeds! I made them thinking about practicality & style. I hope you enjoy.

You can access them just using:

const { SLEmbed } = require('sl-commands')

SLEmbed Methods

These are some methods that you might like:

setSuccess

new SLEmbed().setSuccess(
  'This is a success embed!',
  'This is the footer of the embed'
)
This is how it looks like after being sent.

setError

new SLEmbed().setError(
  'This is an error embed!',
  'This is the footer of the embed'
)
This is how it looks like after being sent.

setLoading

new SLEmbed().setLoading(
  '<- This is a gif',
  'This is the footer of the embed'
)
This is how it looks like after being sent.

Last updated