diff --git a/.env.template b/.env.template
index 59ec7012218a63b748bce51b56b6a2f78ca5edc9..102f5486541700d5c54fe5af00d5846ca63719c0 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>