Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deferrable message flags does not include IS_VOICE_MESSAGE #7158

Open
Snazzah opened this issue Sep 19, 2024 · 0 comments
Open

Deferrable message flags does not include IS_VOICE_MESSAGE #7158

Snazzah opened this issue Sep 19, 2024 · 0 comments
Labels
bug slash commands synced Synced to internal tracker

Comments

@Snazzah
Copy link
Contributor

Snazzah commented Sep 19, 2024

Description

Bots can send voice messages and these can also be sent through interactions, however the IS_VOICE_MESSAGE flag cannot be deferred for interactions it seems.

Steps to Reproduce

  1. Defer with flags set to 1 << 13 (8192)
  2. Send (through Edit Original Interaction Response) a valid voice message.

Expected Behavior

The message would display as a voice message with the valid flags.

Current Behavior

The IS_VOICE_MESSAGE is ignored from the message flags.

Screenshots/Videos

No response

Client and System Information

canary 328464 (1dfaddb)
Host 1.0.450 x64 (52654)
Build Override: N/A
Windows 11 64-bit (10.0.22631)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug slash commands synced Synced to internal tracker
Projects
None yet
Development

No branches or pull requests

2 participants