Skip to content

Commit df73e36

Browse files
authored
Update discord/primary_guild.py
Signed-off-by: Lala Sabathil <[email protected]>
1 parent 4fe7d77 commit df73e36

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

discord/primary_guild.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ def badge(self) -> Asset | None:
6262
"""Returns the badge asset, if available.
6363
6464
.. versionadded:: 2.7
65-
66-
.. note::
67-
This information is only available via :meth:`Client.fetch_user`.
6865
"""
6966
if self._badge is None:
7067
return None

0 commit comments

Comments
 (0)