mirror of
https://github.com/yawaflua/Flask-Discord.git
synced 2025-12-10 04:19:31 +02:00
✔ Add support to specify custom parameters in authorization URL along with ability to determine authorization type
This commit is contained in:
@@ -14,6 +14,11 @@ DISCORD_OAUTH_DEFAULT_SCOPES = [
|
||||
]
|
||||
|
||||
|
||||
DISCORD_PASSTHROUGH_SCOPES = [
|
||||
"bot", "webhook.incoming",
|
||||
]
|
||||
|
||||
|
||||
DISCORD_IMAGE_BASE_URL = "https://cdn.discordapp.com/"
|
||||
DISCORD_EMBED_BASE_BASE_URL = "https://cdn.discordapp.com/"
|
||||
DISCORD_IMAGE_FORMAT = "png"
|
||||
|
||||
Reference in New Issue
Block a user