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

### Description Discord API returns incorrect `position` values in Channel Objects. ### Steps to Reproduce 1. Add your bot in a server with adequate channels. 2. make a request to...

documentation needed

### Description When you reply to a modal, it replies in the main channel you're in rather than where it was started, which proves to be an issue when it...

message components

### Description Running my 36k guild bot, infrequently I get warnings to the tune of ``` [serenity::gateway::ws]: Err deserializing text: Json(Error("invalid value: integer -1, expected u64", line: 0, column: 0));...

bug
synced

### Description Result property is not set in constructor of exception, therefore it is always Result.Ok which prevents proper exception handling. ### Steps to Reproduce ``` public partial class ResultException...

bug

### Description The `nonce` field was removed from the Channel -> Create Message endpoint without any notice in following PR: #2859 The PR was not even closely related to thr...

bug

### Description The [autocomplete docs](https://discord.com/developers/docs/interactions/application-commands#autocomplete) mention the following: > Your application will receive partial data for any existing user input, as long as that input passes client-side validation. For example,...

documentation needed
synced

### Description The Message Formatting part of the documentation (https://discord.com/developers/docs/reference#message-formatting) mentions unix timestamps but doesn't specify that the parser expects timestamps with second precision. Using millisecond timestamps will result in...

bug

Make it clear that these message endpoints also requires the `CONNECT` permission to see the text in the voice channels. Because it's somewhat may confuse people that `VIEW_CHANNEL` is already...

### Description When creating message containing a file using webhook with `wait` query param set to false, 200 status code is returned instead of 204. ### Steps to Reproduce Send...

documentation needed
synced

### Description My bot is written using DSharpPlus. Intermittently Slash commands start giving "Interaction Failed" after 3 seconds. BUT : Once it starts it keeps happening BUT : Appears to...

slash commands