Soheab
7dc917dd7d
Merge branch 'master' into feat/community-invite
5 months ago
Rapptz
103fe90d8b
[commands] Fix decorator order mattering for hybrid commands
5 months ago
Rapptz
a7d42b9906
Fallback to Item.row when converting to Modal component list
Fix #10397
5 months ago
Rapptz
3ab09be13c
Invert View.is_finished condition when there is no associated Future
5 months ago
Soheab
7e9eef1ad8
Update permissions
https://github.com/discord/discord-api-docs/pull/8090
5 months ago
Soheab
d9a74407b3
Document InviteUsersJob
5 months ago
Soheab
a07ed32e9e
Do requested changes
Co-Authored-By: dolfies <[email protected] >
5 months ago
Soheab
b0533663ce
Simplify form data gen
5 months ago
Soheab
8193941050
uv run ruff format discord
5 months ago
Soheab
beeffdce96
Handle role ids from gateway
5 months ago
Soheab
4ca79f62e1
roles require manage_roles permission
5 months ago
Soheab
ae34c15925
uv run ruff format discord
6 months ago
Soheab
8dbb49d652
Revert "Cast ids to str beforehand"
6 months ago
Soheab
d524c57643
Almost everything is optional for InviteTargetUsersJobStatus
6 months ago
Soheab
e64d8b71bd
InviteJobStatus -> InviteUsersJobStatus
6 months ago
Soheab
fa6aab903f
InviteTargetUsersJobStatus -> InviteUsersJob
6 months ago
Soheab
2ec68d4322
Cast ids to str beforehand
6 months ago
Soheab
b758dd72ad
List -> Sequence
6 months ago
Soheab
b7082063d4
InviteTargetUsersJobErrorStatus -> InviteJobStatus
6 months ago
Soheab
a374276310
Better docs
6 months ago
Soheab
8c5a8a024b
Ruff wants to reformat 172 files?
6 months ago
Soheab
f163dbf2a5
parse_time can take None
6 months ago
Soheab
c082d3e16d
Add support for community invites
6 months ago
Quintenvw
c8b95774cb
Change join thread endpoint from POST to PUT
6 months ago
Michael
bcea13e993
Allow ui.View initialization without a running event loop
6 months ago
Rapptz
b9b21ca270
[commands] Fix Context.from_interaction derived Message.type
The previous Message.type when accessed from Context would be an
unknown enum type because the enum was double nested when the proper
type expected by the synthetic payload was an int not an enum.
Fix #10382
6 months ago
Rapptz
1df81fea52
[commands] Mark Cog check special methods as MaybeCoro return
Fix #10354
6 months ago
Snazzah
bd37844be7
Add DAVE protocol support
6 months ago
Rapptz
0052878983
Guard against Item.view being None when dispatching
6 months ago
Sacul
9be91cb093
Optimise utils.find and specialise utils.as_chunks
7 months ago
Rapptz
c342db8534
[commands] Fix flag annotations in 3.14 using annotationlib
Fix #10349
8 months ago
Soheab
9580898c97
Detach view from item when removed
8 months ago
n6ck
b77459a4df
Change description to be optional when creating emoji
8 months ago
Michael H
8b15475496
[Zstandard] Decompress even when discord doesn't encode size information
8 months ago
Sacul
0ace5f8b51
Document new timestamp format style
8 months ago
DA344
e2cf721e9c
Fix container items having out of date internal state
8 months ago
Sacul
8f2cb60700
Fix inaccurate total_children_count property in modals
8 months ago
Soheab
09f748d48f
Add uv.lock and pylock.toml to gitignore
8 months ago
beerpsi
62cb74b7d8
Do not assume Python 3.14 has compression.zstd
8 months ago
Sacul
055885100d
Fix default value for reason parameter in delete_invite
8 months ago
Rapptz
ab8195bbd3
Add support for role member counts
9 months ago
Rapptz
c58b973c7e
Add animated=true parameter to animated emoji
9 months ago
Rapptz
9c327df45a
Use webp as the default emoji URL format
Fix #10331
9 months ago
Rapptz
6d19bc763c
[commands] Fix flag annotations not working under 3.14
9 months ago
Rapptz
be3e332251
Add v2.6.4 changelog
9 months ago
beerpsi
463becb7ed
Use compression.zstd for gateway compression on Python 3.14
9 months ago
Rapptz
e2b6fa8370
Use obj reference target instead of data for typing objects
9 months ago
Rapptz
88294fe352
Fix Section.accessory setter not updating view bindings
9 months ago
Rapptz
651699fcd2
Remove buggy and unintentional Container.children setter
9 months ago
Sacul
c7575d9f21
Fix docstrings for version added in Member.edit
9 months ago