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'
)

setError

new SLEmbed().setError(
  'This is an error embed!',
  'This is the footer of the embed'
)

setLoading

new SLEmbed().setLoading(
  '<- This is a gif',
  'This is the footer of the embed'
)

Last updated