feat: Add helper methods to determine interactions integrations#2659
Conversation
JustaSqu1d
left a comment
There was a problem hiding this comment.
minor convention and grammar
Co-authored-by: JustaSqu1d <[email protected]> Signed-off-by: DA344 <[email protected]>
Head branch was pushed to by a user without write access
Co-authored-by: JustaSqu1d <[email protected]> Signed-off-by: DA344 <[email protected]>
Co-authored-by: JustaSqu1d <[email protected]> Signed-off-by: DA344 <[email protected]>
Yeah, but when invoking an application command, you are using an integration, which can either be guild or user installed.
I think the current naming is nice, but if it is really neccesary I can change it to |
|
I feel like both namings make sense, maybe |
…into feat/interaction-integrations-methods
* 👽 Update base max filesize to `10` Mb * 📝 CHANGELOG.md
Co-authored-by: JustaSqu1d <[email protected]> Signed-off-by: DA344 <[email protected]>
…ycord-Development#2676) Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: plun1331 <[email protected]>
Signed-off-by: plun1331 <[email protected]>
JustaSqu1d
left a comment
There was a problem hiding this comment.
For some reason changelog is en-US.
Co-authored-by: JustaSqu1d <[email protected]> Signed-off-by: DA344 <[email protected]>
Head branch was pushed to by a user without write access
Lulalaby
left a comment
There was a problem hiding this comment.
we really should stop doing american / british english
Summary
Adds
Interaction.is_guild_integrationandInteraction.is_user_integrationto easily check whether an interaction has been invoked by a guild or user integration.Also adds this to
ApplicationContext.Information
examples, ...).
Checklist
type: ignorecomments were used, a comment is also left explaining why.