Skip to content

Commit 75cd298

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

1 file changed

Lines changed: 3 additions & 3 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

0 commit comments

Comments
 (0)