harumaki4649
188d32d632
Fix Message.edit suppress default
2 days ago
VOVOplay
1cc278dcdc
Fixed grammar error for WebhookMessage.clean_content
2 days ago
harumaki4649
d2996be144
Fix nested UI item parent state
2 days ago
harumaki4649
f6dbb848d0
Validate message file upload limit
2 days ago
Sacul
34c66665dd
Fix docs for role member counts to not mention manage_roles
3 days ago
Evanroby
97871a1b96
Fix typos in api reference docs
3 days ago
Michael
2f79a1336a
Remove duplicate ForumChannel._flags slot and fix docstring
3 days ago
Steve C
05b56e02f7
Fix command/group call overloads with custom contexts
4 days ago
VOVOplay
fc65f253f7
Fix typo in ui.RadioGroup.value docstring
4 days ago
Soheab
0481f62cca
Fix being unable to set ui.Container colour to black
4 days ago
Michael H
7057cb10c0
Allow Greedy[X] | Y
Constructs a Union. Needs to be special instance behavior due to
`__class_getitem__` being implemented to return an instance not a type
or GenericAlias.
4 days ago
harumaki4649
cc00d56a22
Fixed item state management in the UI View
* Fix ActionRow add_item type validation
* Fix View item state tracking
* Fix View add and remove item state
* Add UI view item state tests
4 days ago
Oliver Ni
f9c66a6a38
Fix heartbeat latency race between keepalive and event loop threads
Set _last_send on the event loop thread before sending so ack() can't
read a stale value from the previous heartbeat cycle.
4 days ago
Soheab
f7868eaf23
Improve error from Webhook.from_url when passing client
4 days ago
Steve C
bd2231bc99
Fix exception type in docstring for Reaction.clear
4 days ago
Sacul
8470bc8fd1
Document which components need to be in a Label
4 days ago
Steve C
81ebfd1e19
silence Pyright return-type warning for ws_connect
4 days ago
Oliver Ni
2fbed93624
Fix CRLF line endings in test_permissions_all.py
2 months ago
Evanroby
6161aa9561
Fix various typos within the documentation
2 months ago
Michael
d354614b10
Fix safety_alerts_channel typing not accepting None in Guild.edit()
2 months ago
Mikey Whiston
84f9877860
Fix comment about inspect replacing inspect
3 months ago
LegoFan9
23e2c4d8de
docs: fix: Safari sidebar ul has toolbar cut off
3 months ago
Jakub Kuczys
3270121c80
Use iscoroutinefunction from inspect instead of asyncio on 3.12+
3 months ago
Rapptz
85144ec5e4
Fix ActionRow remove and add item not using Item.width
3 months ago
Jakub Kuczys
f0195a5ffb
Remove datetime.utcnow() use (deprecated since 3.12)
3 months ago
Pipythonmc
dae0142554
Change the default 'required' value to True for all select variants
Fixes #10339
3 months ago
Jakub Kuczys
02b819cd0b
Update ruff configuration to exclude docs/tests formatting
3 months ago
Rapptz
5d74ed3e0c
Bump PyNaCl version to allow 1.6.x version installs
4 months ago
Rapptz
14b2c1afd3
Don't cache SoundboardSound when Intents.expressions is disabled
4 months ago
Jakub Kuczys
108e9abb52
Avoid AttributeError on AutoShardedClient.close() call before async setup
4 months ago
Rapptz
026a882d52
Raise context menu command limit to 15 to match Discord
4 months ago
Rapptz
41e6639bbc
Version bump for development
4 months ago
Rapptz
dfd1144b22
Version bump to v2.7.1
4 months ago
Rapptz
64fcfe9333
Add changelog for v2.7.1
4 months ago
Rapptz
9cf04aec3c
Add warning and raise if davey is not installed
4 months ago
Rapptz
92c715e388
Unpin strict davey dependency
4 months ago
Rapptz
2383467ccd
Show davey version in --version output
4 months ago
₳Ⱡ₥Ø₲
699a97f3eb
Fix aiohttp websocket timeout deprecation warning
4 months ago
Rapptz
b01de35fa2
Remove old workaround to /callback not having a return type
The old code needed a workaround using interaction_id to differentiate
between multiple instances being reused since they would all go into
the `None` key. Since /callback now returns a proper message_id this
could be used as a key instead of None. From testing, it seems this is
true for both edit_message and send_message responses.
4 months ago
Rapptz
616137875b
Fix memory leak with the view store when removing items
The previous code would maintain items in the dispatch mapping if
nested children were removed between calls because it would only
remove items that are live in the view at the point of removal. This
meant that calling something like ActionRow.clear_items() would keep
all the removed items within the mapping and would not be evicted.
This attempts to fix it by maintaining a cache state snapshot and
making a diff between the two versions to know which keys are now safe
to delete since they are no longer in the live view at all.
4 months ago
Rapptz
9798e5921a
Version bump for development
4 months ago
Rapptz
5df6e2230a
Version bump to v2.7.0
4 months ago
Rapptz
8c232c1cbd
Add v2.7.0 changelog
4 months ago
Rapptz
e55b308c1a
Add AI contribution guideline
5 months ago
Rapptz
198549822e
Close websocket when reconnecting websocket during polling
Close #10409
5 months ago
levin
7f9c3b1b40
Fix FFmpeg errors not sent to after callback
5 months ago
Steve C
59d7a55a41
[tasks] Add overloads
5 months ago
Rapptz
79b709290c
Add client parameter to PartialEmoji.from_str
Fix #10407
5 months ago
Rapptz
ef1cb6a089
Prevent empty dictionaries from being added to the ViewStore
Fix #10405
5 months ago
Alex Nørgaard
8bad09e1d8
Add Discord timestamp converter and transformer
5 months ago