User model

This commit is contained in:
thecosmos
2019-05-07 17:22:27 +05:30
parent ac0bc62844
commit 7a5977420a
3 changed files with 46 additions and 0 deletions

View File

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