From 3595312233ff73e4910aa82306e6c5ebaebd3015 Mon Sep 17 00:00:00 2001 From: dnns01 <github@dnns01.de> Date: Tue, 10 Aug 2021 08:42:29 +0200 Subject: [PATCH] Add DISCORD_ADMIN_ROLE to .env.template --- .env.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.template b/.env.template index 59ec701..102f548 100644 --- a/.env.template +++ b/.env.template @@ -5,6 +5,7 @@ DISCORD_ACTIVITY=<What should be shown, Bot is playing right now> # IDs DISCORD_MOD_ROLE=<ID of Mod Role> +DISCORD_ADMIN_ROLE=<ID of Admin Role> DISCORD_POLL_SUGG_CHANNEL=<ID of Channel, where poll suggestions are posted> DISCORD_WELCOME_CHANNEL=<ID of welcome channel> DISCORD_WELCOME_MSG=<ID of welcome message> @@ -24,4 +25,4 @@ DISCORD_TIMER_FILE=<File name for running timers JSON file> DISCORD_APPOINTMENTS_FILE=<File name for running appointments JSON file> # Misc -DISCORD_DATE_TIME_FORMAT=<Date and time format used for commands like %d.%m.%Y %H:%M> \ No newline at end of file +DISCORD_DATE_TIME_FORMAT=<Date and time format used for commands like %d.%m.%Y %H:%M> -- GitLab