diff --git a/.env.template b/.env.template index 5b012a9bda64db62b6cd82d22616e6a18c8e1209..20559aca2d8c87b108b6900d773bb4508f572274 100644 --- a/.env.template +++ b/.env.template @@ -6,9 +6,10 @@ DISCORD_ACTIVITY=<What should be shown, Bot is playing right now> # IDs DISCORD_ADMIN_ROLE=<ID of Admin Role> DISCORD_CALMDOWN_ROLE=<ID of calmdown role> -DISCORD_MOD_ROLE=<ID of Mod Role> DISCORD_FEUNEWS_ROLE=<ID of FEU news role> +DISCORD_MOD_ROLE=<ID of Mod Role> DISCORD_BOTUEBUNGSPLATZ_CHANNEL=<ID of channel for bot experiments> +DISCORD_GREETING_CHANNEL=<ID of channel where users will be greeted when they join> DISCORD_NEWS_CHANNEL=<ID of news channel> DISCORD_OFFTOPIC_CHANNEL=<ID of channel for greeting & everydays subjects and questions> DISCORD_POLL_SUGG_CHANNEL=<ID of Channel, where poll suggestions are posted> @@ -27,4 +28,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>