mirror of
https://github.com/yawaflua/Flask-Discord.git
synced 2025-12-10 04:19:31 +02:00
Basic
This commit is contained in:
7
flask_discord/configs.py
Normal file
7
flask_discord/configs.py
Normal file
@@ -0,0 +1,7 @@
|
||||
API_BASE_URL = "https://discordapp.com/api"
|
||||
|
||||
AUTHORIZATION_BASE_URL = API_BASE_URL + "/oauth2/authorize"
|
||||
TOKEN_URL = API_BASE_URL + "/oauth2/token"
|
||||
|
||||
|
||||
DEFAULT_SCOPES = "identify email connections guilds guilds.join"
|
||||
Reference in New Issue
Block a user