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
Options for stealEmoji function
Embed
Options | Type | Required | Default | Description |
---|---|---|---|---|
embedTitle | String | โ | Emoji Added ;) | Embed Title of the stealEmoji |
embedColor | Hex Code | โ | #075FFF | Color of the Embed |
embedFoot | String | โ | Stop Stealing.. Its Illegal | Footer of the Embed |
failedMsg | String | โ | Couldn't find an emoji from it | Message sent when emoji is invalid (or) emoji not found |
credit | Boolean | โ | true | Credit the package |