Simple Discord.py bot to relay messages between servers.
Go to file
MrTuxedo c5116079ac feat: Dockerize 2023-05-04 14:35:58 -07:00
.env-example initial push 2022-02-24 15:50:00 +00:00
.gitignore initial push 2022-02-24 15:50:00 +00:00
Dockerfile feat: Dockerize 2023-05-04 14:35:58 -07:00
README.md feat: Dockerize 2023-05-04 14:35:58 -07:00
docker-compose.yml feat: Dockerize 2023-05-04 14:35:58 -07:00
requirements.txt initial push 2022-02-24 15:50:00 +00:00
server2serverMessageBot.py feat: Dockerize 2023-05-04 14:35:58 -07:00

README.md

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