Skip to content

Commit d161e0e

Browse files
committed
fix: Improve docstring wording of 'for regular members'
1 parent 7ceb11b commit d161e0e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

discord/member.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

discord/user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def default_avatar(self) -> Asset:
251251
def display_avatar(self) -> Asset:
252252
"""Returns the user's display avatar.
253253
254-
For regular users this is just their default avatar or uploaded avatar.
254+
This is just their default avatar or uploaded avatar.
255255
256256
.. versionadded:: 2.0
257257
"""

0 commit comments

Comments
 (0)