4485 Commits

Author SHA1 Message Date
owocado
a62b25c6c0
Add missing attributes in AppCommandChannel 2025-06-20 18:26:36 -04:00
owocado
e9f807e5ec
Fix Thread.applied_tags for media channels 2025-06-20 15:20:20 -04:00
Soheab
7fe1102841
Allow creating NSFW voice/stage channels 2025-06-20 15:07:23 -04:00
Soheab
f6e0f72498
Add ability to create a media-only forum channel 2025-06-20 15:04:21 -04:00
owocado
4862ea22fd
Return invites when deleting them via Invite.delete or Client.delete_invite 2025-06-20 15:03:29 -04:00
owocado
d00c124883
Add MessageApplication.__str__ 2025-06-20 15:01:48 -04:00
owocado
fe942d1e16
Properly transform media channels in app commands 2025-06-20 14:59:07 -04:00
owocado
826aa22868
Add platform key in __repr__ method for Game and Streaming 2025-06-20 14:58:30 -04:00
owocado
c524f655be
Use human_join internal helper in BaseChannelTransformer 2025-06-20 14:57:52 -04:00
owocado
2bcbd49bc6
Add __repr__ method to various classes 2025-06-20 14:57:10 -04:00
Roberto Scifo
667e7c9065
Fixed to_dict() bug for user-defined embed classes 2025-06-20 14:55:44 -04:00
Soheab
4a8817af2b
Document return object for Guild.create_template 2025-06-20 14:49:20 -04:00
Gooraeng
adb93f4a60
Add deprecation warning to create_guild functions 2025-06-20 14:36:24 -04:00
Michael H
b28a4a115e
Fix potentially stuck ratelimit buckets 2025-06-20 14:31:55 -04:00
Leonardo
ef06d7d9db
Add Interaction.filesize_limit 2025-06-20 14:30:37 -04:00
Alex Nørgaard
e177b4a705
Fix EmbedMediaProxy boolean check 2025-06-20 14:30:10 -04:00
Leonardo
e84edf473c
Add colours for new Discord themes 2025-06-20 14:28:59 -04:00
Soheab
aa5f4bdd7a
Fix poll parameter defaulting to MISSING instead of None for Context.send 2025-06-20 14:27:37 -04:00
Dep
0ce11544e3
Add discord.Permissions.apps() 2025-06-20 14:25:47 -04:00
Maxine
3e48119654
Fix unreachable code not triggering privileged intent error 2025-06-20 14:24:55 -04:00
Leonardo
7f16a06479
Copy Select options when creating View class 2025-06-20 14:24:06 -04:00
Rapptz
460d188359 Version bump for development 2025-03-04 20:16:50 -05:00
Rapptz
d2a6ccf715 Version bump to v2.5.2 2025-03-04 20:13:27 -05:00
dolfies
8594dd1b30
Fix embed media flags regression 2025-03-04 18:24:38 -05:00
Rapptz
973bb5089f Version bump for development 2025-03-04 02:15:32 -05:00
Rapptz
73f261d536 Version bump to v2.5.1 2025-03-04 02:14:02 -05:00
dolfies
cab4732b7e
Make embed flags required and add them to all media fields 2025-03-04 02:07:51 -05:00
dolfies
de5720e659
Fix attachment is_spoiler() and is_voice_message() 2025-03-02 22:38:53 -05:00
Rapptz
fbe2b358fc Add note about NotFound for Messageable.send
Fix #10116
2025-02-28 18:03:47 -05:00
dolfies
66f3548f3a
Add defaults for message object parsing 2025-02-28 18:00:33 -05:00
dolfies
a8b4eb1e9b
Create ScheduledEvent on cache miss in SCHEDULED_EVENT_DELETE 2025-02-24 05:07:21 -05:00
Jakub Kuczys
19f02c40b3
Document message types that can have a default message reference 2025-02-24 05:03:24 -05:00
DA344
0e4f06103e
Fix InteractionCallbackResponse.resource having incorrect state
Fix InteractionCallbackResponse.resource being created
with a ConnectionState instead of _InteractionMessageState
2025-02-19 17:15:07 -05:00
Willi
470323493e
Pass BotT type argument to DeferTyping 2025-02-19 17:14:06 -05:00
Rapptz
2cf1babb4a Version bump for development 2025-02-18 08:06:01 -05:00
Rapptz
e837ac1cac Version bump to v2.5.0 2025-02-18 08:05:13 -05:00
Rapptz
e8d571b194 Add missing Poll attribute documentation 2025-02-18 07:28:12 -05:00
Rapptz
43e1c55d11 Remove with_response parameter documentation 2025-02-18 04:24:01 -05:00
Rapptz
8953938a53 Update Pyright to v1.1.394 2025-02-18 03:29:09 -05:00
Rapptz
1cdf710908 Rename InteractionCallback to InteractionCallbackResponse 2025-02-18 03:29:09 -05:00
Rapptz
776fc2251d [commands] Use interaction response within Context.send 2025-02-18 02:21:45 -05:00
DA344
5b78097cef
Add support for Interaction Callback Resource
Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
2025-02-18 02:10:59 -05:00
Soheab
fa158a5eba
Add support for getting and editing integration_types_config application field 2025-02-17 20:21:19 -05:00
DA344
6ab747f9e5
Add support for sending views in stateless webhooks 2025-02-17 18:37:20 -05:00
Leonardo
8edf433255
Implement rich role.move interface
Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
2025-02-12 05:49:50 -05:00
Dep
4c3ce8fb85
Fix Member.roles having None members
Signed-off-by: Depreca1ed <70801324+Depreca1ed@users.noreply.github.com>
2025-02-12 05:43:54 -05:00
DA344
8a95c0190c
Add support for embed flags and update attachment flags
Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
2025-02-12 05:42:17 -05:00
Gooraeng
76eb126664
Add 'mention' property in PartialWebhookChannel 2025-02-09 04:46:28 -05:00
Eric Schneider
52967ec103
Fix path sanitation for absolute Windows paths
When using an absolute Windows path (e.g. `C:\Users\USER\Documents\`)
for the `newbot` command the translation table replaced the valid `:`
character in the drive causing it to create the directory at the wrong
place.

Fixes #10096
2025-02-08 21:08:45 -05:00
dolfies
42e4a87374
Fix typo in voice server update state handling 2025-02-08 21:05:21 -05:00