/Discord-Webhook-Distributor

Discord Bot which sends all messages in a specified channel to a list of Discord webhooks

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Discord Webhook Distributor

This small discord bot listens to a specified channel and sends each received message as embed to a list of Discord webhooks

Getting Started

  1. Clone the repository
  2. Create a Discord bot and also add it to your server!
  3. Insert your credentials (Bot Token and channelID) into config.json
  4. Create a webhook (or more!:D) and add it to config.json
  5. npm install
  6. npm start
  7. Go into your specified channel and send some messages, you should now see those messages in the channels where you created the webhooks

Prerequisites

This bot was created using node.js, if you don't know node: Install node.js!

Contributing

Contributing is more than welcome!

  1. Fork the repository
  2. Create a new branch
  3. Implement/fix whatever you want
  4. Make sure to use Eslint!
  5. Open a pull request:)

Planned additions:

None, yet

Authors

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used:D