mirror of
https://github.com/yawaflua/Flask-Discord.git
synced 2026-02-04 10:14:15 +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",
|
"bot", "connections", "email", "identify", "guilds", "guilds.join",
|
||||||
"gdm.join", "messages.read", "rpc", "rpc.api", "rpc.notifications.read", "webhook.incoming",
|
"gdm.join", "messages.read", "rpc", "rpc.api", "rpc.notifications.read", "webhook.incoming",
|
||||||
]
|
]
|
||||||
|
DISCORD_OAUTH_DEFAULT_SCOPES = ["identify", "email", "guilds", "guilds.join", ]
|
||||||
DISCORD_OAUTH_DEFAULT_SCOPES = [
|
DISCORD_PASSTHROUGH_SCOPES = ["bot", "webhook.incoming", ]
|
||||||
"identify", "email", "guilds", "guilds.join"
|
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
DISCORD_PASSTHROUGH_SCOPES = [
|
|
||||||
"bot", "webhook.incoming",
|
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
DISCORD_IMAGE_BASE_URL = "https://cdn.discordapp.com/"
|
DISCORD_IMAGE_BASE_URL = "https://cdn.discordapp.com/"
|
||||||
|
|||||||
Reference in New Issue
Block a user