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

This is how it looks like after being sent.

setLoading

This is how it looks like after being sent.

Last updated