From 0e1e67e6c2127fbdf15d3a14f123b17a62587e20 Mon Sep 17 00:00:00 2001 From: HarryET <29015545+HarryET@users.noreply.github.com> Date: Wed, 30 Sep 2020 19:09:07 +0100 Subject: [PATCH] Update api.rst --- docs/api.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 45d72e0..cb34882 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -65,10 +65,12 @@ Exceptions Config ---------- -| ``DISCORD_CLIENT_ID`` Discord client ID +| ``DISCORD_CLIENT_ID`` Discord client ID is the id for you Discord app that will be used for the authentication | -| ``DISCORD_CLIENT_SECRET`` Discord client secret +| ``DISCORD_CLIENT_SECRET`` Discord client secret is the secret found on the developer portal | -| ``DISCORD_REDIRECT_URI`` URL to your callback endpoint +| ``DISCORD_REDIRECT_URI`` URL to your callback endpoint the redirect url when a user has been authenticated | -| ``DISCORD_BOT_TOKEN`` Required to access BOT resources +| ``DISCORD_BOT_TOKEN`` Required to access BOT resources; It is the token from a pot account connected to the application in the developer portal +| +| ``DISCORD_USERS_CACHE_MAX_LIMIT`` ??