mirror of
https://github.com/yawaflua/Flask-Discord.git
synced 2025-12-09 20:09:30 +02:00
Merge branch 'master' of https://github.com/HarryET/Flask-Discord into lazy
This commit is contained in:
13
docs/api.rst
13
docs/api.rst
@@ -61,3 +61,16 @@ Exceptions
|
||||
|
||||
.. autoclass:: flask_discord.AccessDenied
|
||||
:members:
|
||||
|
||||
Config
|
||||
----------
|
||||
|
||||
| ``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 is the secret found on the developer portal
|
||||
|
|
||||
| ``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; It is the token from a pot account connected to the application in the developer portal
|
||||
|
|
||||
| ``DISCORD_USERS_CACHE_MAX_LIMIT`` ??
|
||||
|
||||
Reference in New Issue
Block a user