https://github.com/topekodev/emotebot
Discord.js bot for twitch emotes
https://github.com/topekodev/emotebot
discord-bot
Last synced: 11 months ago
JSON representation
Discord.js bot for twitch emotes
- Host: GitHub
- URL: https://github.com/topekodev/emotebot
- Owner: topekodev
- License: mit
- Created: 2019-11-29T21:59:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T07:54:35.000Z (over 1 year ago)
- Last Synced: 2025-01-14T07:11:22.505Z (about 1 year ago)
- Topics: discord-bot
- Language: JavaScript
- Homepage:
- Size: 7.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# emoteBot
Discord.js bot for Twitch emotes
--> [Add to your server!](https://discord.com/api/oauth2/authorize?client_id=628258149291261962&permissions=59392&scope=bot) <--

## Instructions
- Install [nodejs](https://nodejs.org) 12 or newer.
- Clone this repository.
- Run ``npm install`` inside the directory.
- Create a new Discord application and a bot from [here](https://discordapp.com/developers/applications).
- 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: ``"": ""``.
- Make sure to have a comma after every line except the last line with an emote.
- is the emote keyword.
- 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. :)