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.