Skip to content

Commit 714d908

Browse files
committed
Doc: tweaked wording about the gaurd pattern
1 parent 4e3cb3f commit 714d908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docfx/articles/features/avatars.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,5 @@ If the user does not have an avatar yet (or it was otherwise deleted), they will
112112

113113
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.
114114

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.
116116

0 commit comments

Comments
 (0)