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
Options for stealSticker function
Embed
Options | Type | Required | Default | Description |
---|---|---|---|---|
slash | Boolean | โ | false | Slash Support for the stealSticker (need to be in a slash command) |
embedTitle | String | โ | Sticker Added ;)* | Embed Title of the stealSticker |
embedColor | Hex Code | โ | #075FFF | Color of the Embed |
embedFoot | String | โ | Stop Stealing.. Its Illegal | Footer of the Embed |
credit | Boolean | โ | true | Credit the package |