advaith
advaith
incident actions fully released months ago, and the [support article](https://support.discord.com/hc/en-us/articles/17439993574167-Activity-Alerts-Security-Actions) says "This feature is available to all servers!" also, `GUILD_APPLICATION_PREMIUM_SUBSCRIPTION` was marked as undeletable, but it is deletable so I...
PUT /channels/:id/voice-status note: this endpoint currently requires the x-super-properties header due to the leftover experiment lock requires #6398 (receiving) - this PR will probably fail CI for now
Documents the supported events based on https://github.com/discord/discord-api-docs/issues/6203#issuecomment-1608151265, and adds links to the tutorial and GitHub events docs However, the provided list doesn't include `star`, but the webhook still sends star...
This PR documents the `VOICE_CHANNEL_EFFECT_SEND` event, which is sent when a user sends a voice channel effect in a vc that the bot is connected to. Voice channel effects are...
Documents soundboard sounds and management. When a soundboard sound is used, Voice Channel Effect Send is emitted, which is documented in #6025 *airhorn sounds intensify* some notes: - Bots cannot...
The field and CDN endpoint for avatar decorations have changed
### Description On mobile, after exiting a channel and reopening it, slash command errors always say "The application did not respond", even if the error was actually different. ### Steps...
### Which application or package is this feature request for? discord.js ### Feature Currently, interaction.member can either be a discord.js member object or a raw Discord member object: https://github.com/discordjs/discord.js/blob/e412a22ceb92f142fbeddb6b9330e046bec92c69/packages/discord.js/src/structures/BaseInteraction.js#L63-L67 this...
**Please describe the changes this PR makes and why it should be merged:** soundboard! *airhorn sounds intensify* vc effect event: #739 **If applicable, please reference Discord API Docs PRs or...
**Please describe the changes this PR makes and why it should be merged:** Adds the VoiceChannelEffectSend gateway event **If applicable, please reference Discord API Docs PRs or commits that influenced...