We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Role.is_integration()
1 parent 9a83a2a commit 91ce47cCopy full SHA for 91ce47c
discord/role.py
@@ -291,7 +291,7 @@ def is_integration(self) -> bool:
291
292
.. versionadded:: 1.6
293
"""
294
- return self.tags is not None and self.tags.is_integration()
+ return self.managed
295
296
def is_assignable(self) -> bool:
297
"""Whether the role is able to be assigned or removed by the bot.
0 commit comments