discord-api-docs icon indicating copy to clipboard operation
discord-api-docs copied to clipboard

Official Discord API Documentation

Results 332 discord-api-docs issues
Sort by recently updated
recently updated
newest added

Adds a note about tags when modifying a forum channel. When creating new tags, only the `name` field is required

synced
communities

### Description Unlike the client, the API doesn't seem to deduplicate tag IDs; `PATCH`ing a forum thread with `"applied_tags": [123, 123]` applies that same tag twice. The client displays repeated...

bug
synced
communities

### Description Setting INVITES_DISABLED and COMMUNITY features in the same API request causes an unsuitable state. The backend creates the public update channel follower webhook but errors with a 403...

bug
synced
communities

### Description Guild schedule event creator is None ### Steps to Reproduce wait for guild_scheduled_event_create and print event creator to console ### Expected Behavior i want to see member, who...

bug
synced
communities

### Description I cannot figure out the specifics, however I have figured out a snippet that can reproduce the issue 100% of the time. ### Steps to Reproduce ✔️ Send...

bug
synced
communities

### Description API is applying configurations with invalid fields that should return an error explaining that the fields are invalid, I tested applying it by the test bot and the...

bug
synced
communities

### Description the `message_count` property on threads has the total count of bulk-message-deletes twice subtracted from the current message count, offsetting the message_count accuracy by however many messages were deleted....

bug
synced
messaging

### Description So I have a command `/rename` command with two options: - `player` which has autocomplete options and is required - `name` which is also required, and has to...

slash commands
synced

### Description When using a button on a message, the resulting interaction has no `reactions` array on the message context. ### Steps to Reproduce 1. Create a button message 2....

bug
synced