Skip to content

is_integration return False even if its an integration #2474

Description

@Lumabots

Summary

is_integration return False even if its an integration

Reproduction Steps

use the function role.is_integration()

Minimal Reproducible Code

role = await self.bot.get_or_fetch_role(ctx.guild, 1174017132154081393)
    print(role.is_integration())

Expected Results

should return True since is an integration of a bot

Actual Results

return false

Intents

all

System Information

2.5

Checklist

  • I have searched the open issues for duplicates.
  • I have shown the entire traceback, if possible.
  • I have removed my token from display, if visible.

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    unconfirmed bugA bug report that needs triaging

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions