Skip to content

tomipkoskinen/emoteBot

Repository files navigation

emoteBot

Discord.js bot for Twitch emotes

--> Add to your server! <--

Screenshot

Instructions

  • Install nodejs 12 or newer.
  • Clone this repository.
  • Run npm install inside the directory.
  • Create a new Discord application and a bot from here.
  • Create a new file named .env and add this line: DC_KEY=token where "token" is your bot's token.
  • The bot can be started with: node emoteBot.js or if you're on Linux and would like start it using pm2: ./start.sh.

Contributing

Emotes

  • 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. :)

Code

  • Make your changes and make a pull request. I will look at it. :)

About

Discord.js bot for twitch emotes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published