owocado
a62b25c6c0
Add missing attributes in AppCommandChannel
1 month ago
owocado
e9f807e5ec
Fix Thread.applied_tags for media channels
1 month ago
Soheab
7fe1102841
Allow creating NSFW voice/stage channels
1 month ago
Soheab
f6e0f72498
Add ability to create a media-only forum channel
1 month ago
owocado
4862ea22fd
Return invites when deleting them via Invite.delete or Client.delete_invite
1 month ago
owocado
d00c124883
Add MessageApplication.__str__
1 month ago
owocado
fe942d1e16
Properly transform media channels in app commands
1 month ago
owocado
826aa22868
Add platform key in __repr__ method for Game and Streaming
1 month ago
owocado
c524f655be
Use human_join internal helper in BaseChannelTransformer
1 month ago
owocado
2bcbd49bc6
Add __repr__ method to various classes
1 month ago
Roberto Scifo
667e7c9065
Fixed to_dict() bug for user-defined embed classes
1 month ago
Soheab
4a8817af2b
Document return object for Guild.create_template
1 month ago
Gooraeng
adb93f4a60
Add deprecation warning to create_guild functions
1 month ago
Michael H
b28a4a115e
Fix potentially stuck ratelimit buckets
1 month ago
Leonardo
ef06d7d9db
Add Interaction.filesize_limit
1 month ago
Alex Nørgaard
e177b4a705
Fix EmbedMediaProxy boolean check
1 month ago
Leonardo
e84edf473c
Add colours for new Discord themes
1 month ago
Soheab
aa5f4bdd7a
Fix poll parameter defaulting to MISSING instead of None for Context.send
1 month ago
Dep
0ce11544e3
Add discord.Permissions.apps()
1 month ago
Maxine
3e48119654
Fix unreachable code not triggering privileged intent error
1 month ago
Leonardo
7f16a06479
Copy Select options when creating View class
1 month ago
Rapptz
460d188359
Version bump for development
5 months ago
Rapptz
d2a6ccf715
Version bump to v2.5.2
5 months ago
dolfies
8594dd1b30
Fix embed media flags regression
5 months ago
Rapptz
973bb5089f
Version bump for development
5 months ago
Rapptz
73f261d536
Version bump to v2.5.1
5 months ago
dolfies
cab4732b7e
Make embed flags required and add them to all media fields
5 months ago
dolfies
de5720e659
Fix attachment is_spoiler() and is_voice_message()
5 months ago
Rapptz
fbe2b358fc
Add note about NotFound for Messageable.send
Fix #10116
5 months ago
dolfies
66f3548f3a
Add defaults for message object parsing
5 months ago
dolfies
a8b4eb1e9b
Create ScheduledEvent on cache miss in SCHEDULED_EVENT_DELETE
5 months ago
Jakub Kuczys
19f02c40b3
Document message types that can have a default message reference
5 months ago
DA344
0e4f06103e
Fix InteractionCallbackResponse.resource having incorrect state
Fix InteractionCallbackResponse.resource being created
with a ConnectionState instead of _InteractionMessageState
5 months ago
Willi
470323493e
Pass BotT type argument to DeferTyping
5 months ago
Rapptz
2cf1babb4a
Version bump for development
5 months ago
Rapptz
e837ac1cac
Version bump to v2.5.0
5 months ago
Rapptz
e8d571b194
Add missing Poll attribute documentation
5 months ago
Rapptz
43e1c55d11
Remove with_response parameter documentation
5 months ago
Rapptz
8953938a53
Update Pyright to v1.1.394
5 months ago
Rapptz
1cdf710908
Rename InteractionCallback to InteractionCallbackResponse
5 months ago
Rapptz
776fc2251d
[commands] Use interaction response within Context.send
5 months ago
DA344
5b78097cef
Add support for Interaction Callback Resource
Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
5 months ago
Soheab
fa158a5eba
Add support for getting and editing integration_types_config application field
5 months ago
DA344
6ab747f9e5
Add support for sending views in stateless webhooks
5 months ago
Leonardo
8edf433255
Implement rich role.move interface
Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
5 months ago
Dep
4c3ce8fb85
Fix Member.roles having None members
Signed-off-by: Depreca1ed <70801324+Depreca1ed@users.noreply.github.com>
5 months ago
DA344
8a95c0190c
Add support for embed flags and update attachment flags
Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
5 months ago
Gooraeng
76eb126664
Add 'mention' property in PartialWebhookChannel
5 months ago
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
5 months ago
dolfies
42e4a87374
Fix typo in voice server update state handling
5 months ago