discord-api-docs
discord-api-docs copied to clipboard
Official Discord API Documentation
### Description When I try to edit the permission of an integration in the Discord API server, I get a save button which is non-functional. I belive the API does...
### Description Sometimes, the choices an application returns for an autocomplete interaction can depend on the values of other options that the user may or may not have filled in....
### Description The official client does not clear its command cache upon an invalid application command error. This is a problem as I have updated some commands (deleted a few...
### Description When I type `/` the client shows commands for a bot which I am unable to configure in the integration settings. ### Steps to Reproduce Check the commands...
[Permissions V2] Slash commands not appearing for some users when not setting a permission override
### Description It seems like the default_member_permissions field is currently not working properly, causing members to not have access to commands that they _should_ have access to. Commands are either...
### Description When you defer a slash command and then send a followup, the `SUPPRESS_EMBEDS` flag is ignored for the followup message, resulting in embeds still being rendered. ### Steps...
### Description If you have unread messages in a channel, using a slash command does not cause them to be marked as read. I originally submitted this in the [Discord...
### Description If you send an ephemeral message that contains an embed with images (from external URLs) in it, then edit the message to remove the embed before those images...
### Description The `STAGE_INSTANCE_DELETE` gateway event is fired twice. ### Steps to Reproduce - Create a Scheduled Event. - Start the event. - End the event. ### Expected Behavior `STAGE_INSTANCE_DELETE`...
### Description If you have an interaction with buttons and a select menu, and you click a button, while all the buttons will be in a disabled state, the dropdown...