From 06c6260956b485aaa469e9765f766abc59cef888 Mon Sep 17 00:00:00 2001 From: dnns01 <github@dnns01.de> Date: Tue, 31 Aug 2021 14:44:50 +0200 Subject: [PATCH] Add invite Link to .env file --- .env.template | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.template b/.env.template index 102f548..badb3e7 100644 --- a/.env.template +++ b/.env.template @@ -2,6 +2,7 @@ DISCORD_TOKEN=<Bot Token> DISCORD_GUILD=<ID of Guild, this Bot should be used at> DISCORD_ACTIVITY=<What should be shown, Bot is playing right now> +DISCORD_INVITE_LINK=<Invitation Link to this Discord Server> # IDs DISCORD_MOD_ROLE=<ID of Mod Role> -- GitLab