Welcome to CoreMart!

By registering with us, you'll be able to discuss, share, download resources and private message with other members of our community.

Sign-Up Now!
EmojiX

Corebot Addon EmojiX 2.0.0

No permission to download
Features.png


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

Screenshots.png

1656834373892.png


1656834379539.png


1656834407343.png


1656834402641.png


BUQDiscord_S7y4ka5tWn.gif


1656834383594.png


Configuration.png


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

Encrypted.png
Author
Zorino
Downloads
69
Views
842
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Zorino

Latest updates

  1. Update 2.0.0

    • Whole Addon Recode • Updated for 4.5
Back
Top