From a31f49c7ceb1a6300eb7556b2a3e772c407a83dd Mon Sep 17 00:00:00 2001 From: Etzelia Date: Sat, 6 Jun 2020 11:39:26 -0500 Subject: [PATCH] Change some docs Signed-off-by: Etzelia --- docs/source/django-settings.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/django-settings.rst b/docs/source/django-settings.rst index 76a6469..a4ebbd8 100644 --- a/docs/source/django-settings.rst +++ b/docs/source/django-settings.rst @@ -43,7 +43,9 @@ Optional ``DISCORD_NOTIFICATION_CHANNEL`` - The ID for the channel used for notifications. -``DISCORD_INVITE`` - The invite code to your Discord, for after a player applies on the web form. +``INVITE_LINK`` - The invite link to your community. + +``INVITE_LABEL`` - The invite label for your community. ``DYNMAP_URL`` - The URL to your dynmap if you have one. Leave blank if you'd rather use a static background for web forms.