Rapptz
8953938a53
Update Pyright to v1.1.394
2 months ago
Rapptz
1cdf710908
Rename InteractionCallback to InteractionCallbackResponse
2 months ago
Rapptz
776fc2251d
[commands] Use interaction response within Context.send
2 months ago
DA344
5b78097cef
Add support for Interaction Callback Resource
Co-authored-by: Danny <[email protected] >
2 months ago
Soheab
fa158a5eba
Add support for getting and editing integration_types_config application field
2 months ago
DA344
6ab747f9e5
Add support for sending views in stateless webhooks
2 months ago
Leonardo
8edf433255
Implement rich role.move interface
Co-authored-by: Danny <[email protected] >
2 months ago
Dep
4c3ce8fb85
Fix Member.roles having None members
Signed-off-by: Depreca1ed <[email protected] >
2 months ago
DA344
8a95c0190c
Add support for embed flags and update attachment flags
Co-authored-by: Danny <[email protected] >
2 months ago
Gooraeng
76eb126664
Add 'mention' property in PartialWebhookChannel
2 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
2 months ago
dolfies
42e4a87374
Fix typo in voice server update state handling
2 months ago
MajorTanya
a8134dfa16
Fix Embed type attribute ddocs link
2 months ago
Soheab
7f511360b8
Fix wait_for overloads
2 months ago
iyad-f
88d7bd1275
Fix message_pin, message_unpin target id being None
Co-authored-by: Michael H <[email protected] >
Co-authored-by: Alex Nørgaard <[email protected] >
2 months ago
Michael H
db7b2d9058
Change default file size limit
Co-authored-by: Danny <[email protected] >
2 months ago
Mysty
418a7915e6
Add raw presence update evemt
2 months ago
DA344
afbbc07e98
Add support for poll result messages
3 months ago
DA344
ff2ad34be5
Add support for multiple subscription tier SKUs
3 months ago
Soheab
743ef27dd7
[commands] Correct ExtensionNotFound error message
Co-authored-by: Danny <[email protected] >
3 months ago
Dep
b1b736971a
Added scopeless kwarg to discord.utils.oauth_url
3 months ago
Soheab
d5c80b6cf5
Add optional dev dependencies
3 months ago
Alex Nørgaard
d95605839f
[commands] Fix _fallback attr not being set on replace for Parameter
3 months ago
owocado
7db391189d
Add __repr__ to Interaction
3 months ago
tom
2c3938dd51
Update Client.create_application_emoji docs
3 months ago
scruz
1edec93ed3
Update Member.timed_out_until docstring
3 months ago
Nathan Waxman-Jeng
fa1cc00a29
Return new instance in Poll.end to avoid inconsistencies
3 months ago
Michael H
1537102402
Temporary dependency for docs extra on python 3.13+
3 months ago
Alex Nørgaard
cf6d7ff47a
Fix bug due to typo in async pagination of entitlements loop
3 months ago
Violet
55974ebde8
Fix MessageSnapshot sticker_items typo
3 months ago
Rapptz
1646471ab8
Revert "Bump Sphinx to 5.3.0"
This reverts commit bb5a4703a7
.
3 months ago
DA344
7c8503fefb
Fix callable FlagConverter defaults on hybrid commands
fix: Callable FlagConverter defaults being returned as-is on interaction based calls.
3 months ago
Soheab
ed95f2f106
Parse full message for raw message edit event
3 months ago
Lilly Rose Berner
9dc8e2712a
Add ForumChannel.members property
3 months ago
DA344
6214942f86
Fix SessionStartLimits and SKU.subscriptions docstrings
3 months ago
DA344
eb15aa8ca4
Add exclude_deleted parameter to Client.entitlements
3 months ago
Michael H
f2aa0b833c
[tasks] Fix race condition with set_result
3 months ago
Lev Bernstein
bb5a4703a7
Bump Sphinx to 5.3.0
3 months ago
Ginger
fcd9239b33
Add Client.fetch_guild_preview method
3 months ago
Michael H
9806aeb831
Add public method to get session start limits
4 months ago
Soheab
7f95357041
Add mention property to PartialMessageable
4 months ago
Rapptz
e1b6310ef3
Remove / from being safe from URI encoding when constructing paths
4 months ago
Rapptz
5c4c281f05
Sanitize invite argument before calling the invite info endpoint
Fixes a potential path traversal bug that can lead you to superfluously
and erroneously call a separate endpoint.
4 months ago
MajorTanya
7db879b5bd
Clear up add_roles and remove_roles documentation
Using "member" here can mislead a reader into believing this
restriction is referring to the member being edited rather than the
client/bot that is executing the edit.
5 months ago
Soheab
814ce3c8ee
Add command target to MessageInteractionMetadata
5 months ago
Soheab
c7305b022c
[commands] Respect enabled kwarg for hybrid app commands
5 months ago
Steve C
af75985730
Fix incorrect import
5 months ago
Michael H
d08fd59434
Avoid returning in finally
Specifically reraise KeyboardInterrupt, SystemExit
Swallow other BaseExceptions due to the way the standard library uses
them and the intent of this function
5 months ago
Rapptz
ed615887f0
Handle improper 1000 closures by Discord
5 months ago
Rapptz
a0b0a97e52
Support enforce_nonce and add random nonce for message creation
5 months ago