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.
- 🔧 /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
- 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.