
• Add emojis directly from message emojis
• Add emojis via image/gif links
• Convert text to emojis
• Enlargify emojis



config.yml
YAML:
Emojifi:
CustomCharacters:
"!": ❗lang.yml
YAML:
Messages:
ErrorOccured: An error occured, please contact adminstrator.
NoEmoji: No Custom Emoji was found in message.
NoEmojis: No Custom emojis were found in message
EmojiAdded:
Embeds:
- Title: Steal • Emoji Stolen
Description: "> {emoji} emoji was succesfully stolen by {user-tag}."
FooterIcon: "{user-pfp}"
Footer: "{user-tag}"
Timestamp: true
EmojiAddedList:
Embeds:
- Title: Steal • Emoji Stolen
Description: "> {emojis} emojis were succesfully stolen by {user-tag}."
FooterIcon: "{user-pfp}"
Footer: "{user-tag}"
Timestamp: true
Enlarge:
Embeds:
- Title: Enlarge • Emoji Enlarged
FooterIcon: "{user-pfp}"
Footer: "{user-tag}"
Timestamp: true
Image: "{url}"
Components:
"1":
- Type: Button
Style: link
Label: Emoji URL
URL: "{url}"
Emojify:
Content: "{text}"commands.yml
Code:
Steal:
Name: steal
Description: Adds emoji from your message
Usage: steal <emoji/link> [name]
Aliases: []
Type: other
Enabled: true
Cooldown: 0
RequiredRole:
- Management
Arguments:
- Type: Sub Command
Name: emojis
Description: Add emojis from any other server to your server
Options:
- Type: String
Name: emojis
Description: The emojis to add (Multiple emojis can be added by separating them
with a space)
Required: true
- Type: Sub Command
Name: link
Description: Add an emoji from a link(png/jpeg) to your server
Options:
- Type: String
Name: link
Description: The link to the emoji
Required: true
- Type: String
Name: name
Description: The name of the emoji
Required: true
Enlarge:
Name: enlarge
Description: Enlarge an emoji
Usage: enlarge <emoji>
Aliases: []
Type: other
Enabled: true
Cooldown: 0
RequiredRole:
- "@everyone"
Arguments:
- Type: String
Name: emojis
Description: The emojis to enlarge
Required: true
Emojify:
Name: emojify
Description: Emojify text message
Usage: emojify <text>
Aliases: []
Type: other
Enabled: true
Cooldown: 0
RequiredRole:
- "@everyone"
Arguments:
- Type: String
Name: text
Description: Text to emojify
Required: true