diff options
| author | Adelyn Breelove <[email protected]> | 2018-12-17 13:13:10 -0700 |
|---|---|---|
| committer | Adelyn Breelove <[email protected]> | 2018-12-17 13:13:10 -0700 |
| commit | 57df76de6441899b659e30c6a8e9d7572b85f7a0 (patch) | |
| tree | 3825d09337f03c447bb86ce66834b4fd39a8083b /lib/endpoints.ml | |
| parent | Add a few sigs (diff) | |
| download | disml-57df76de6441899b659e30c6a8e9d7572b85f7a0.tar.xz disml-57df76de6441899b659e30c6a8e9d7572b85f7a0.zip | |
Some abstractions
Diffstat (limited to 'lib/endpoints.ml')
| -rw-r--r-- | lib/endpoints.ml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/endpoints.ml b/lib/endpoints.ml index 12563b0..c23ae88 100644 --- a/lib/endpoints.ml +++ b/lib/endpoints.ml @@ -59,4 +59,5 @@ let guild_audit_logs = sprintf "/guilds/%d/audit-logs" let cdn_embed_avatar = sprintf "/embed/avatars/%s.png" let cdn_emoji = sprintf "/emojis/%s.%s" let cdn_icon = sprintf "/icons/%d/%s.%s" -let cdn_avatar = sprintf "/splashes/%d/%s.%s"
\ No newline at end of file +let cdn_avatar = sprintf "/avatars/%d/%s.%s" +let cdn_default_avatar = sprintf "/embed/avatars/%d"
\ No newline at end of file |