Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add helper methods to determine interactions integrations (#2659)
* Add is_..._integration helper methods * chore: Update changelog * chore: Update with suggestions Co-authored-by: JustaSqu1d <[email protected]> Signed-off-by: DA344 <[email protected]> * chore: Update discord/commands/context.py Co-authored-by: JustaSqu1d <[email protected]> Signed-off-by: DA344 <[email protected]> * chore: Update discord/interactions.py Co-authored-by: JustaSqu1d <[email protected]> Signed-off-by: DA344 <[email protected]> * chore: Rename is_x_integration to is_x_authorised/authorized * chore: 👽 Update base max filesize to `10` Mb (#2671) * 👽 Update base max filesize to `10` Mb * 📝 CHANGELOG.md * chore: Update docstrings to mention aliases * chore: Update CHANGELOG.md Co-authored-by: JustaSqu1d <[email protected]> Signed-off-by: DA344 <[email protected]> * chore(deps-dev): update mypy requirement from ~=1.13.0 to ~=1.14.0 (#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> * Update CHANGELOG.md Signed-off-by: plun1331 <[email protected]> * chore: authorising -> authorizing (who commited this tf) Co-authored-by: JustaSqu1d <[email protected]> Signed-off-by: DA344 <[email protected]> --------- Signed-off-by: DA344 <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: plun1331 <[email protected]> Co-authored-by: JustaSqu1d <[email protected]> Co-authored-by: Paillat <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: plun1331 <[email protected]>
- Loading branch information