Skip to main content

stealEmoji

This is an example of stealEmoji

With Customization

const simplydjs = require('simply-djs')

messageCreate Event (steal command)

// messageCreate Event

simplydjs.stealEmoji(message, args, {
embedTitle: 'Title',
embedColor: 'hex code',
embedFoot: 'Text for Footer',
failedMsg: 'sorry emoji not found'
})
INFO

Without Customization

messageCreate Event (steal command)

// message event

simplydjs.stealEmoji(message, args)

Output

image

Options for stealEmoji function

Embed

OptionsTypeRequiredDefaultDescription
embedTitleStringโœ˜Emoji Added ;)Embed Title of the stealEmoji
embedColorHex Codeโœ˜#075FFFColor of the Embed
embedFootStringโœ˜Stop Stealing.. Its IllegalFooter of the Embed
failedMsgStringโœ˜Couldn't find an emoji from itMessage sent when emoji is invalid (or) emoji not found
creditBooleanโœ˜trueCredit the package