Pycord-Development/pycord

is_integration return False even if its an integration

Lumabots opened this issue · 0 comments

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