A simple Discord Bot which notifies you if a version change of documents or FAQ has been detected. Tested on https://www.worldrobotolympiad.de/saison-2022/robomission-senior, https://www.worldrobotolympiad.de/saison-2022/faq, https://www.worldrobotolympiad.de/saison-2023/faq and https://www.worldrobotolympiad.de/saison-2023/wettbewerbe/358/heidelberg
- Just run the jar provided here.
version: "3.9"
services:
wro-update-notifier:
restart: always
image: "ghcr.io/binozo/wro2022-docs-update-notifier:latest"
container_name: "wro-update-notifier"
environment:
discordToken: xxx
discordTextChannelID: xxx
- Create a file named
config.properties
in the same directory as the jar. - Add the following lines:
discordToken=xxx
(replacexxx
with your Discord Bot Token)discordTextChannelID=xxx
(replacexxx
with your preferred Discord Text Channel which is accessible through your Discord Bot)
- Set
discordToken=xxx
anddiscordTextChannelID=xxx
as environment variables (replacexxx
) - The
config.properties
file will be created automatically