stealEmoji
How cool is stealing an emoji from another server ? Feel the power with this function
Program
- Javascript
- Typescript
const simplydjs = require("simply-djs");
import simplydjs from "simply-djs";
simplydjs.stealEmoji(interaction, {
// options (Optional)
})
Output
Arguments:
simplydjs.stealEmoji(
interaction: Discord.Message | Discord.CommandInteraction,
options: stealOptions
)
- interaction:
Discord.Message
|Discord.CommandInteraction
- options:
stealOptions
Options stealOptions
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
embed | CustomizableEmbed | ❌ | default embed | Pass a CustomizableEmbed Object to customize the embed |
emoji | string | ❌ | none | The emoji that is getting stealed |
name | string | ❌ | none | The name of the new emoji that is being created from old one |