This commit is contained in:
thecosmos
2020-04-12 17:14:10 +05:30
parent 3f1bf03490
commit dd2df8ac0b

View File

@@ -19,3 +19,6 @@ IMAGE_FORMAT = "png"
ANIMATED_IMAGE_FORMAT = "gif"
USER_AVATAR_BASE_URL = IMAGE_BASE_URL + "avatars/{user_id}/{avatar_hash}.{format}"
GUILD_ICON_BASE_URL = IMAGE_BASE_URL + "icons/{guild_id}/{icon_hash}.png"
# TODO: Prefix configs with DISCORD_ to avoid users overriding it with their own configs.