mirror of
https://github.com/yawaflua/Flask-Discord.git
synced 2025-12-09 20:09:30 +02:00
Prettify configs.py
This commit is contained in:
@@ -12,15 +12,8 @@ DISCORD_OAUTH_ALL_SCOPES = [
|
||||
"bot", "connections", "email", "identify", "guilds", "guilds.join",
|
||||
"gdm.join", "messages.read", "rpc", "rpc.api", "rpc.notifications.read", "webhook.incoming",
|
||||
]
|
||||
|
||||
DISCORD_OAUTH_DEFAULT_SCOPES = [
|
||||
"identify", "email", "guilds", "guilds.join"
|
||||
]
|
||||
|
||||
|
||||
DISCORD_PASSTHROUGH_SCOPES = [
|
||||
"bot", "webhook.incoming",
|
||||
]
|
||||
DISCORD_OAUTH_DEFAULT_SCOPES = ["identify", "email", "guilds", "guilds.join", ]
|
||||
DISCORD_PASSTHROUGH_SCOPES = ["bot", "webhook.incoming", ]
|
||||
|
||||
|
||||
DISCORD_IMAGE_BASE_URL = "https://cdn.discordapp.com/"
|
||||
|
||||
Reference in New Issue
Block a user