mirror of
https://github.com/yawaflua/Flask-Discord.git
synced 2025-12-10 04:19:31 +02:00
User model
This commit is contained in:
@@ -12,3 +12,8 @@ ALL_SCOPES = [
|
||||
DEFAULT_SCOPES = [
|
||||
"bot", "identify", "email", "guilds", "guilds.join"
|
||||
]
|
||||
|
||||
|
||||
IMAGE_BASE_URL = "https://cdn.discordapp.com/"
|
||||
|
||||
USER_AVATAR_BASE_URL = IMAGE_BASE_URL + "avatars/{user_id}/{avatar_hash}.png"
|
||||
|
||||
Reference in New Issue
Block a user