✔ Add support to specify custom parameters in authorization URL along with ability to determine authorization type

This commit is contained in:
thec0sm0s
2020-06-23 20:46:26 +05:30
parent c0742a3651
commit 1d2c85d3e8
3 changed files with 26 additions and 2 deletions

View File

@@ -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"