Commit 9fa5cbe
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]>1 parent 7bd9235 commit 9fa5cbe
3 files changed
+78
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
348 | 382 | | |
349 | 383 | | |
350 | 384 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
363 | 405 | | |
364 | 406 | | |
365 | 407 | | |
| |||
0 commit comments