From 200f2d63d3c156def5daca69cbe6488a83c5f414 Mon Sep 17 00:00:00 2001 From: dnns01 <github@dnns01.de> Date: Wed, 19 May 2021 09:57:16 +0200 Subject: [PATCH] Add 'DISCORD_BOTUEBUNGSPLATZ_CHANNEL' to .env template --- .env.template | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.template b/.env.template index 40f6e91..1eae564 100644 --- a/.env.template +++ b/.env.template @@ -34,6 +34,7 @@ DISCORD_LEARNINGGROUPS_INFO=<ID of Channel category for open learning groups> DISCORD_IDEE_CHANNEL=<ID of Channel, where bot ideas can be submitted> DISCORD_IDEE_EMOJI=<ID of Idee Emoji, used for reactions> DISCORD_CALMDOWN_ROLE=<ID of "Stille Treppe" role> +DISCORD_BOTUEBUNGSPLATZ_CHANNEL=<ID of 'bot-übungsplatz' channel> # JSON Files DISCORD_ROLES_FILE=<File name for roles JSON file> -- GitLab