Discord.js bot for Twitch emotes
--> Add to your server! <--
- Install nodejs 12 or newer.
- Clone this repository.
- Run
npm installinside the directory. - Create a new Discord application and a bot from here.
- Create a new file named
.envand add this line:DC_KEY=tokenwhere "token" is your bot's token. - The bot can be started with:
node emoteBot.jsor if you're on Linux and would like start it using pm2:./start.sh.
- Add your emote into the "emotes.json" file as a new line. Example:
"<emote_name>": "<emote_link>". - Make sure to have a comma after every line except the last line with an emote.
- <emote_name> is the emote keyword.
- <emote_link> is a link to the emote image. You can find emotes from FFZ's or BTTV's official sites. Copy the image location of the 2X version of the emote. If the emote is a gif, make sure to have ".gif" in the link.
- Make a pull request with your changes. :)
- Make your changes and make a pull request. I will look at it. :)
