Soheab
368e415842
Update docs
4 months ago
Soheab
8e802f7622
Merge branch 'master' into feat/community-invite
4 months ago
Soheab
0e5c6e7eb0
Do requested changes
4 months ago
Rapptz
ef1cb6a089
Prevent empty dictionaries from being added to the ViewStore
Fix #10405
4 months ago
Alex Nørgaard
8bad09e1d8
Add Discord timestamp converter and transformer
4 months ago
n6ck
fd5a218d7c
Add Message.is_forwardable to check if a message can be forwarded
4 months ago
Soheab
598a16e62f
Add support for getting an integration's scopes
4 months ago
Rapptz
f780f04447
Update last_send when receiving a HEARTBEAT request
4 months ago
Michael
38d5d8e47a
Use walk_children within remove_view
4 months ago
Steve C
91f958cbac
Add missing wait_for overloads for soundboard & voice effects
4 months ago
DA344
93fa3cb9d6
Fix (Sync)Webhook.edit_message missing the view parameter
4 months ago
Soheab
ad69fb837f
Merge branch 'master' into feat/community-invite
4 months ago
Michael
60e746ca94
Exclude category property from CategoryChannel docs
4 months ago
Michael
46000f78c7
Add guild and user context to autocomplete logs
4 months ago
Soheab
e5263c0870
Add support for new modal components
4 months ago
Thanos
05816daa7e
Remove black config and transition isort config to ruff
4 months ago
Steve C
dae46f7d0f
Add generics to Interaction params
4 months ago
Sacul
e45c8e60e1
Add bypass slowmode permissions
4 months ago
Soheab
680ca5ee20
Add command_id and custom_id attributes to Interaction
4 months ago
Rapptz
2f1c3fde7b
Fix Message.call raising an attribute error when accessed
Fix #10404
4 months ago
Soheab
d25c884683
Add support for partial roles
5 months ago
Soheab
3b8ce4ddec
Add support for partial roles
5 months ago
Soheab
96427cca1b
Revert to splitting target ids
5 months ago
Soheab
a251a3f646
Remove invite from InviteUsersJob for consistency
5 months ago
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