We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
use the function role.is_integration()
role = await self.bot.get_or_fetch_role(ctx.guild, 1174017132154081393) print(role.is_integration())
should return True since is an integration of a bot
return false
all
2.5
No response
The text was updated successfully, but these errors were encountered:
Can repro
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Summary
is_integration return False even if its an integration
Reproduction Steps
use the function role.is_integration()
Minimal Reproducible Code
Expected Results
should return True since is an integration of a bot
Actual Results
return false
Intents
all
System Information
2.5
Checklist
Additional Context
No response
The text was updated successfully, but these errors were encountered: