2023-05-04 14:35:58 -07:00
2022-02-24 15:50:00 +00:00
2022-02-24 15:50:00 +00:00
2023-05-04 14:35:58 -07:00
2023-05-04 14:35:58 -07:00
2023-05-04 14:35:58 -07:00
2022-02-24 15:50:00 +00:00
2023-05-04 14:35:58 -07:00

Server2ServerMessageBot

Forked from https://github.com/birthdaysmoothie22/Server2ServerMessageBot/

Environment

Please add env vars as in this example:

BOT_KEY=<discord_bot_key>
CHANNEL_ID_PAIRS={"sender_channel_id_1" : receiver_channel_id_1, "sender_channel_id_2" : receiver_channel_id_2}

Docker Compose

It is assumed you are using a recent version of docker compose to build and run this bot:

docker compose up -d
Description
Simple Discord.py bot to relay messages between servers.
Readme 32 KiB
Languages
Python 89.6%
Dockerfile 10.4%