Skip to main content

stealSticker

This is an example of stealSticker

With Customization

const simplydjs = require("simply-djs");

messageCreate Event (stealSticker command)

// messageCreate event

simplydjs.stealSticker(message, args, {
embedTitle: "Title",
embedColor: "hex code",
embedFoot: "Text for Footer"
});
TIP

Slash Support.

The package supports Auto Slash Recognition ! So no more slash options.

Slash command format

{
name: 'steal-sticker',
description: 'steal stickers using simply-djs',
},
INFO

Without Customization

messageCreate Event (stealSticker command)

// messageCreate event

simplydjs.stealSticker(message, args);

Output

image

Options for stealSticker function

Embed

OptionsTypeRequiredDefaultDescription
slashBooleanโœ˜falseSlash Support for the stealSticker (need to be in a slash command)
embedTitleStringโœ˜Sticker Added ;)*Embed Title of the stealSticker
embedColorHex Codeโœ˜#075FFFColor of the Embed
embedFootStringโœ˜Stop Stealing.. Its IllegalFooter of the Embed
creditBooleanโœ˜trueCredit the package