owocado
2bcbd49bc6
Add __repr__ method to various classes
2 weeks ago
Roberto Scifo
667e7c9065
Fixed to_dict() bug for user-defined embed classes
2 weeks ago
Soheab
4a8817af2b
Document return object for Guild.create_template
2 weeks ago
Gooraeng
adb93f4a60
Add deprecation warning to create_guild functions
2 weeks ago
Michael H
b28a4a115e
Fix potentially stuck ratelimit buckets
2 weeks ago
Leonardo
ef06d7d9db
Add Interaction.filesize_limit
2 weeks ago
Alex Nørgaard
e177b4a705
Fix EmbedMediaProxy boolean check
2 weeks ago
Leonardo
e84edf473c
Add colours for new Discord themes
2 weeks ago
Tari
680fe9bc80
Add channel select to component type documentation
2 weeks ago
Soheab
aa5f4bdd7a
Fix poll parameter defaulting to MISSING instead of None for Context.send
2 weeks ago
Dep
0ce11544e3
Add discord.Permissions.apps()
2 weeks ago
Maxine
3e48119654
Fix unreachable code not triggering privileged intent error
2 weeks ago
Leonardo
7f16a06479
Copy Select options when creating View class
2 weeks ago
owocado
8d8d5e180a
fix docs for soundboard_sound_update event
2 weeks ago
Rishit Khare
26855160f8
update PyNaCl minimum version dependency
4 months ago
Rapptz
460d188359
Version bump for development
4 months ago
Rapptz
d2a6ccf715
Version bump to v2.5.2
4 months ago
Rapptz
f4bce1caf0
Add changelog for v2.5.2
4 months ago
dolfies
8594dd1b30
Fix embed media flags regression
4 months ago
Leonardo
2f8b2624f1
Fix improper class in audit log docs
4 months ago
Rapptz
973bb5089f
Version bump for development
4 months ago
Rapptz
73f261d536
Version bump to v2.5.1
4 months ago
Rapptz
6b0a6eea66
Add v2.5.1 changelog
4 months ago
dolfies
cab4732b7e
Make embed flags required and add them to all media fields
4 months ago
dolfies
de5720e659
Fix attachment is_spoiler() and is_voice_message()
4 months ago
Rapptz
fbe2b358fc
Add note about NotFound for Messageable.send
Fix #10116
4 months ago
dolfies
66f3548f3a
Add defaults for message object parsing
4 months ago
Soheab
93426da37b
Improve on_timeout FAQ
Co-authored-by: DA344 <[email protected] >
Co-authored-by: Danny <[email protected] >
4 months ago
dolfies
a8b4eb1e9b
Create ScheduledEvent on cache miss in SCHEDULED_EVENT_DELETE
4 months ago
Jakub Kuczys
19f02c40b3
Document message types that can have a default message reference
4 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
a1aa59706c
Add changelog for v2.5
5 months ago
Rapptz
3ad0662f68
Document SoundboardSoundConverter
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 <[email protected] >
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 <[email protected] >
5 months ago
Dep
4c3ce8fb85
Fix Member.roles having None members
Signed-off-by: Depreca1ed <[email protected] >
5 months ago
DA344
8a95c0190c
Add support for embed flags and update attachment flags
Co-authored-by: Danny <[email protected] >
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