Skip to content

Commit

Permalink
Update discord/role.py
Browse files Browse the repository at this point in the history
Signed-off-by: plun1331 <[email protected]>
  • Loading branch information
plun1331 authored Oct 17, 2024
1 parent caffbe5 commit 3d54339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/role.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def is_available_for_purchase(self) -> bool:
def is_guild_connections_role(self) -> bool:
"""Whether the role is a guild connections role.
.. Versionadded:: 2.7
.. versionadded:: 2.7
"""
return self._guild_connections is None

Expand Down

0 comments on commit 3d54339

Please sign in to comment.