From 4f3f5f8051b0d459b291bb58099764d98d7c28b1 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Wed, 19 Jan 2022 15:04:32 +0000 Subject: [PATCH] Add README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..719154d --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +The environment variables "DISCORD_TOKEN" and "DISCORD_GUILD" must be set to run the bot. +When run locally the boat loads an existing ".env"-file from the same directory as the script. +When running a docker container an ".env"-file can be loaded with "--env-file .env".