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