Skip to content

mxgic1337/emote-cloner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emote Cloner

Emote Cloner is a Discord bot that clones emotes from BetterTTV and 7TV into Discord.

Emote Cloner is not affiliated with Discord, Twitch, BetterTTV, FrankerFaceZ or 7TV.

🔗 Links

✨ Features

  • Cloning any emote from BetterTTV.
  • Cloning any emote from 7TV.

⚙️ Commands

  • 🔧 /emote - Clones any emote from BTTV/7TV.
    • 🔒 This command requires Manage Expressions permission.
    • ⚙️ Parameters:
      • 🔗 url (Required) - Emote URL (Supported platforms: BTTV, 7TV)
      • 🔼 size - Emote size
        • 1x,
        • 2x,
        • 4x (3x for BetterTTV)
      • 📝 name - Override default emote name
      • 🛑 disable_animations - If animated, emote will be uploaded as static image

/emote Usage example

🚀 Run it for yourself

  • Clone this repository.
  • Run npm install to install required dependencies.
  • Create an application on Discord Developer Portal.
  • Create file named .env, and add this to it:
CLIENT_ID= # Your app's client ID
TOKEN= # Your app's bot token
  • Run npm run build to build the bot.
  • After building, run npm run start to start the bot.