Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is_integration return False even if its an integration #2474

Open
3 tasks done
Lumabots opened this issue Jun 16, 2024 · 1 comment · May be fixed by #2606
Open
3 tasks done

is_integration return False even if its an integration #2474

Lumabots opened this issue Jun 16, 2024 · 1 comment · May be fixed by #2606
Labels
unconfirmed bug A bug report that needs triaging

Comments

@Lumabots
Copy link

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

@Lumabots Lumabots added the unconfirmed bug A bug report that needs triaging label Jun 16, 2024
@Paillat-dev
Copy link
Contributor

Can repro

@Paillat-dev Paillat-dev linked a pull request Oct 11, 2024 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unconfirmed bug A bug report that needs triaging
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants