From 6fdba9ff42a9feef6f342eff14d47d087e24fa14 Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Mon, 10 Dec 2018 15:04:47 -0600 Subject: [PATCH] Added documentation for the new Discord Bot settings. --- docs/source/django-settings.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/django-settings.rst b/docs/source/django-settings.rst index 495131d..b7e0f70 100644 --- a/docs/source/django-settings.rst +++ b/docs/source/django-settings.rst @@ -57,6 +57,10 @@ Optional ``DISCORD_BOT_ROLES`` - A list of Discord Roles allowed to use the bot. If this list is empty, no one can use the bot! +``DISCORD_BOT_NEW_MEMBER_ROLES`` - A list of Discord Roles to give new players when they register. + +``DISCORD_BOT_APPEAL_LINK`` - Link of where to appeal bans on the server. + ``CAPTCHA_SECRET`` - Your secret key used for reCAPTCHA ``STATS_FILTER`` - A python list of partial strings used to filter out stats. e.g. ``['broken', 'dropped', 'picked_up']`` to filter out broken, dropped and picked up stats \ No newline at end of file