https://github.com/seanpray/messageforwarder
tiny discord bot that takes messages from a specified channel and sends it to another specified channel(this is quite shit)
https://github.com/seanpray/messageforwarder
Last synced: about 1 month ago
JSON representation
tiny discord bot that takes messages from a specified channel and sends it to another specified channel(this is quite shit)
- Host: GitHub
- URL: https://github.com/seanpray/messageforwarder
- Owner: seanpray
- Created: 2021-07-05T22:51:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-10T23:12:07.000Z (over 3 years ago)
- Last Synced: 2025-03-29T02:52:20.300Z (about 2 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MessageForwarder
This simple bot is used to forward messages from a collection of channels to other channels.
### Config Options
```token``` - discord token
```color``` - hexcolor of embeds
```channels``` - an array of channel ids to watch for messages in
```send``` - an array of ids of channels to send to, the index position of channels gets sent to the index position of this array
```ignored``` - an array of guild ids to ignore activity from, this can slightly improve the speed for large amounts of channels