You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Docfx/articles/features/avatars.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,5 +112,5 @@ If the user does not have an avatar yet (or it was otherwise deleted), they will
112
112
113
113
However, Discord will only support PNG for these. To prevent frustration and unexpected 404's, this library will throw a `BadImageFormatException` when the user is using a default avatar and you request a non-png image.
114
114
115
-
This guard pattern is not ideal, so it is best to check if `Avatar != null` manually before trying to get animated or compressed avatars.
115
+
This guard pattern is not ideal and might be changed in the future. It is best to check if `Avatar != null` manually before trying to get animated or compressed avatars.
0 commit comments