SLCommands Embeds
const { SLEmbed } = require('sl-commands')import { SLEmbed } from 'sl-commands'SLEmbed Methods
setSuccess
new SLEmbed().setSuccess(
'This is a success embed!',
'This is the footer of the embed'
)
setError

setLoading

Last updated