Commit 2078cef
chore: merge upstream repo (#37)
* fix: Role Edit TypeHint (Pycord-Development#2795)
Signed-off-by: Lumouille <[email protected]>
* fix: command syncing edge cases (Pycord-Development#2797)
* change default nsfw to false
* cl
* localizations
* :=
* style(pre-commit): auto fixes from pre-commit.com hooks
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* fix: VoiceClient crashes while receiving audio (Pycord-Development#2800)
Signed-off-by: Hema2 <[email protected]>
Co-authored-by: Lala Sabathil <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* chore(deps): bump typing-extensions from 4.13.1 to 4.13.2 in the patch-version-bumps group (Pycord-Development#2783)
chore(deps): bump typing-extensions in the patch-version-bumps group
Bumps the patch-version-bumps group with 1 update: [typing-extensions](https://github.com/python/typing_extensions).
Updates `typing-extensions` from 4.13.1 to 4.13.2
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](python/typing_extensions@4.13.1...4.13.2)
---
updated-dependencies:
- dependency-name: typing-extensions
dependency-version: 4.13.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch-version-bumps
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: add created_at property to Interaction (Pycord-Development#2801)
* feat: add created_at property to Interaction for message creation time
* Update CHANGELOG.md
* Update discord/interactions.py
Co-authored-by: UK <[email protected]>
Signed-off-by: Lumouille <[email protected]>
* Update CHANGELOG.md
Co-authored-by: DA344 <[email protected]>
Signed-off-by: Lala Sabathil <[email protected]>
---------
Signed-off-by: Lumouille <[email protected]>
Signed-off-by: Lala Sabathil <[email protected]>
Co-authored-by: UK <[email protected]>
Co-authored-by: Lala Sabathil <[email protected]>
Co-authored-by: DA344 <[email protected]>
* chore(deps): update setuptools requirement from <=78.1.0,>=62.6 to >=62.6,<=80.8.0 (Pycord-Development#2786)
chore(deps): update setuptools requirement
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v72.2.0...v80.8.0)
---
updated-dependencies:
- dependency-name: setuptools
dependency-version: 80.8.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore!: 🔥 Remove deprecated support for Option in bridge commands (Pycord-Development#2731)
* 🔥 Remove deprecated support for Option in bridge commands
* 📝 CHANGELOG.md
* ♻️ Better logic
---------
Co-authored-by: Dorukyum <[email protected]>
* fix: 🐛 `TypeError` when specifying `thread_name` in Webhook.send (Pycord-Development#2761)
* 🐛 Handle `thread_name` in `handle_message_parameters` to allow sending to thread with multipart
* 📝 CHANGELOG.md
* Update CHANGELOG.md
Co-authored-by: plun1331 <[email protected]>
Signed-off-by: Paillat <[email protected]>
---------
Signed-off-by: Paillat <[email protected]>
Signed-off-by: Paillat <[email protected]>
Co-authored-by: plun1331 <[email protected]>
Co-authored-by: Dorukyum <[email protected]>
* fix: add BanEntry to __all__ exports in guild.py (Pycord-Development#2798)
* fix: add BanEntry to __all__ exports in guild.py
* Hold on
Signed-off-by: Dorukyum <[email protected]>
---------
Signed-off-by: Dorukyum <[email protected]>
Co-authored-by: Dorukyum <[email protected]>
* fix: correct generic return type in component utils (Pycord-Development#2796)
* Update CHANGELOG.md
Signed-off-by: Lumouille <[email protected]>
* sync with pycord
* fix: update Item type hints to Item[View] in view.py
* fix: update Item type hints to use TypeVar[V] in view.py
---------
Signed-off-by: Lumouille <[email protected]>
Co-authored-by: Dorukyum <[email protected]>
* chore(deps): update setuptools-scm requirement from <=8.2.1,>=6.2 to >=6.2,<=8.3.1 (Pycord-Development#2785)
chore(deps): update setuptools-scm requirement
Updates the requirements on [setuptools-scm](https://github.com/pypa/setuptools-scm) to permit the latest version.
- [Release notes](https://github.com/pypa/setuptools-scm/releases)
- [Changelog](https://github.com/pypa/setuptools-scm/blob/main/CHANGELOG.md)
- [Commits](pypa/setuptools-scm@v8.1.0...v8.3.1)
---
updated-dependencies:
- dependency-name: setuptools-scm
dependency-version: 8.3.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): update pylint requirement from ~=3.3.6 to ~=3.3.7 (Pycord-Development#2784)
Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.3.6...v3.3.7)
---
updated-dependencies:
- dependency-name: pylint
dependency-version: 3.3.7
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(pre-commit): pre-commit autoupdate (Pycord-Development#2792)
updates:
- [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* docs: 📝 Fix malformed CHANGELOG.md hyperlinks (Pycord-Development#2804)
:memo: Fix CHANGELOG.md formatting
* fix: :bug: Fix `ValueError` when using `Flag` (Pycord-Development#2759)
* 🐛 Fix `dataclasses.field` can't be reused
* 📝 CHANGELOG.md
* Update CHANGELOG.md
Signed-off-by: Dorukyum <[email protected]>
* ♻️ Move `_missing_field_factory` to flags.py and remove incorrect comment
---------
Signed-off-by: Paillat <[email protected]>
Signed-off-by: Dorukyum <[email protected]>
Co-authored-by: Dorukyum <[email protected]>
* ci(deps): bump crowdin/github-action from 2.7.0 to 2.7.1 in the patch-version-bumps group (Pycord-Development#2805)
ci(deps): bump crowdin/github-action in the patch-version-bumps group
Bumps the patch-version-bumps group with 1 update: [crowdin/github-action](https://github.com/crowdin/github-action).
Updates `crowdin/github-action` from 2.7.0 to 2.7.1
- [Release notes](https://github.com/crowdin/github-action/releases)
- [Commits](crowdin/github-action@v2.7.0...v2.7.1)
---
updated-dependencies:
- dependency-name: crowdin/github-action
dependency-version: 2.7.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch-version-bumps
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: resolve regex library warnings (Pycord-Development#2807)
Signed-off-by: Emmanuel Ferdman <[email protected]>
* fix: support emoji aliases like `:smile:` in PartialEmoji.from_str (Pycord-Development#2774)
* handle emoji_lib
Signed-off-by: Lumouille <[email protected]>
* style(pre-commit): auto fixes from pre-commit.com hooks
* Update CHANGELOG.md
Signed-off-by: Lumouille <[email protected]>
* usage of dismoji
Signed-off-by: Lumouille <[email protected]>
* Update _.txt
Signed-off-by: Lumouille <[email protected]>
* removal of dismoji
Signed-off-by: Lumouille <[email protected]>
* Update _.txt
Signed-off-by: Lumouille <[email protected]>
* style(pre-commit): auto fixes from pre-commit.com hooks
* NEED HELP
Signed-off-by: Lumouille <[email protected]>
* style(pre-commit): auto fixes from pre-commit.com hooks
* Update partial_emoji.py
Signed-off-by: Lumouille <[email protected]>
* style(pre-commit): auto fixes from pre-commit.com hooks
* Add files via upload
Signed-off-by: Lumouille <[email protected]>
* style(pre-commit): auto fixes from pre-commit.com hooks
* Update partial_emoji.py
Signed-off-by: Lumouille <[email protected]>
* Update discord/partial_emoji.py
Co-authored-by: plun1331 <[email protected]>
Signed-off-by: Lumouille <[email protected]>
* feature(partial_emoji): support :name: and name
* fix(partial_emoji): remove unnecessary data variable after processing emojis
* Update partial_emoji.py
Co-authored-by: Paillat <[email protected]>
Signed-off-by: Lumouille <[email protected]>
* reduce emoji.json weight
* Update emojis.json
Signed-off-by: Lumouille <[email protected]>
* refactor: replace Path with importlib.resources for loading emojis.json
* Update emojis.json
Signed-off-by: Lumouille <[email protected]>
---------
Signed-off-by: Lumouille <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: plun1331 <[email protected]>
Co-authored-by: Paillat <[email protected]>
Co-authored-by: Lala Sabathil <[email protected]>
* Revert "fix: support emoji aliases like `😄` in PartialEmoji.from_str" (Pycord-Development#2814)
Revert "fix: support emoji aliases like `:smile:` in PartialEmoji.from_str (#…"
This reverts commit 735673b.
* Apply suggestions from code review
Signed-off-by: Paillat <[email protected]>
* Update discord/utils.py
Signed-off-by: Paillat <[email protected]>
* Update discord/utils.py
Signed-off-by: Paillat <[email protected]>
* Update discord/ext/commands/flags.py
Signed-off-by: Paillat <[email protected]>
* 🚨 Fix linter warnings
---------
Signed-off-by: Lumouille <[email protected]>
Signed-off-by: Hema2 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Lala Sabathil <[email protected]>
Signed-off-by: Paillat <[email protected]>
Signed-off-by: Paillat <[email protected]>
Signed-off-by: Dorukyum <[email protected]>
Signed-off-by: Emmanuel Ferdman <[email protected]>
Co-authored-by: Lumouille <[email protected]>
Co-authored-by: UK <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Hema2 <[email protected]>
Co-authored-by: Lala Sabathil <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lala Sabathil <[email protected]>
Co-authored-by: DA344 <[email protected]>
Co-authored-by: Dorukyum <[email protected]>
Co-authored-by: plun1331 <[email protected]>
Co-authored-by: Emmanuel Ferdman <[email protected]>1 parent 160f5f4 commit 2078cef
File tree
30 files changed
+1247
-124
lines changed- .github/workflows
- discord
- commands
- ext
- bridge
- commands
- ui
- webhook
30 files changed
+1247
-124
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| |||
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
108 | 114 | | |
109 | 115 | | |
110 | 116 | | |
111 | 117 | | |
112 | 118 | | |
113 | 119 | | |
| 120 | + | |
| 121 | + | |
114 | 122 | | |
115 | 123 | | |
116 | 124 | | |
| |||
140 | 148 | | |
141 | 149 | | |
142 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
143 | 156 | | |
144 | 157 | | |
145 | 158 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1526 | 1526 | | |
1527 | 1527 | | |
1528 | 1528 | | |
1529 | | - | |
| 1529 | + | |
1530 | 1530 | | |
1531 | 1531 | | |
1532 | 1532 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
338 | | - | |
| 338 | + | |
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
| 356 | + | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | | - | |
| 296 | + | |
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
360 | | - | |
| 360 | + | |
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
365 | | - | |
| 365 | + | |
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
460 | | - | |
| 460 | + | |
461 | 461 | | |
462 | 462 | | |
463 | 463 | | |
| |||
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
498 | | - | |
| 498 | + | |
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
| |||
544 | 544 | | |
545 | 545 | | |
546 | 546 | | |
547 | | - | |
| 547 | + | |
548 | 548 | | |
549 | 549 | | |
550 | 550 | | |
| |||
568 | 568 | | |
569 | 569 | | |
570 | 570 | | |
571 | | - | |
| 571 | + | |
572 | 572 | | |
573 | 573 | | |
574 | 574 | | |
| |||
1740 | 1740 | | |
1741 | 1741 | | |
1742 | 1742 | | |
1743 | | - | |
| 1743 | + | |
1744 | 1744 | | |
1745 | 1745 | | |
1746 | 1746 | | |
| |||
1895 | 1895 | | |
1896 | 1896 | | |
1897 | 1897 | | |
1898 | | - | |
| 1898 | + | |
1899 | 1899 | | |
1900 | 1900 | | |
1901 | 1901 | | |
| |||
1933 | 1933 | | |
1934 | 1934 | | |
1935 | 1935 | | |
1936 | | - | |
| 1936 | + | |
1937 | 1937 | | |
1938 | 1938 | | |
1939 | 1939 | | |
| |||
2267 | 2267 | | |
2268 | 2268 | | |
2269 | 2269 | | |
2270 | | - | |
| 2270 | + | |
2271 | 2271 | | |
2272 | 2272 | | |
2273 | 2273 | | |
| |||
2422 | 2422 | | |
2423 | 2423 | | |
2424 | 2424 | | |
2425 | | - | |
| 2425 | + | |
2426 | 2426 | | |
2427 | 2427 | | |
2428 | 2428 | | |
| |||
2460 | 2460 | | |
2461 | 2461 | | |
2462 | 2462 | | |
2463 | | - | |
| 2463 | + | |
2464 | 2464 | | |
2465 | 2465 | | |
2466 | 2466 | | |
| |||
3051 | 3051 | | |
3052 | 3052 | | |
3053 | 3053 | | |
3054 | | - | |
| 3054 | + | |
3055 | 3055 | | |
3056 | 3056 | | |
3057 | 3057 | | |
| |||
3274 | 3274 | | |
3275 | 3275 | | |
3276 | 3276 | | |
3277 | | - | |
| 3277 | + | |
3278 | 3278 | | |
3279 | 3279 | | |
3280 | 3280 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
976 | 976 | | |
977 | 977 | | |
978 | 978 | | |
979 | | - | |
| 979 | + | |
980 | 980 | | |
981 | 981 | | |
982 | 982 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
332 | | - | |
| 332 | + | |
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| |||
981 | 981 | | |
982 | 982 | | |
983 | 983 | | |
984 | | - | |
| 984 | + | |
985 | 985 | | |
986 | 986 | | |
987 | 987 | | |
| |||
1206 | 1206 | | |
1207 | 1207 | | |
1208 | 1208 | | |
1209 | | - | |
| 1209 | + | |
1210 | 1210 | | |
1211 | 1211 | | |
1212 | 1212 | | |
| |||
0 commit comments