Skip to content

Commit

Permalink
🩹 Fix Role.is_integration()
Browse files Browse the repository at this point in the history
  • Loading branch information
Paillat-dev committed Oct 11, 2024
1 parent 9a83a2a commit 91ce47c
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 @@ -291,7 +291,7 @@ def is_integration(self) -> bool:
.. versionadded:: 1.6
"""
return self.tags is not None and self.tags.is_integration()
return self.managed

def is_assignable(self) -> bool:
"""Whether the role is able to be assigned or removed by the bot.
Expand Down

0 comments on commit 91ce47c

Please sign in to comment.