File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -650,7 +650,7 @@ def display_name(self) -> str:
650650 def display_avatar (self ) -> Asset :
651651 """Returns the member's display avatar.
652652
653- For regular members this is just their avatar, but
653+ This is just their avatar, but
654654 if they have a guild specific avatar then that
655655 is returned instead.
656656
@@ -675,7 +675,7 @@ def guild_avatar(self) -> Asset | None:
675675 def display_avatar_decoration (self ) -> Asset | None :
676676 """Returns the member's displayed avatar decoration.
677677
678- For regular members this is just their avatar decoration, but
678+ This is just their avatar decoration, but
679679 if they have a guild specific avatar decoration then that
680680 is returned instead.
681681
@@ -700,7 +700,7 @@ def guild_avatar_decoration(self) -> Asset | None:
700700 def display_banner (self ) -> Asset | None :
701701 """Returns the member's display banner.
702702
703- For regular members this is just their banner, but
703+ This is just their banner, but
704704 if they have a guild specific banner then that
705705 is returned instead.
706706
You can’t perform that action at this time.
0 commit comments