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

Can't handle text message in voice channel #7996

Closed
Tolarion opened this issue Jun 3, 2022 · 2 comments · Fixed by #7999
Closed

Can't handle text message in voice channel #7996

Tolarion opened this issue Jun 3, 2022 · 2 comments · Fixed by #7999

Comments

@Tolarion
Copy link

Tolarion commented Jun 3, 2022

Which package is this bug report for?

discord.js

Issue description

  1. Type something in chat of a voice channel
  2. Got "Discord sent a typing packet to a GUILD_VOICE channel ...." in err log
  3. Send text message in chat of a voice channel
  4. Event channel.on messageCreate not triggered

Code sample

client.on('messageCreate', async (msg) => {
 console.log(msg);
})

Package version

13.7.0

Node.js version

16.15.0

Operating system

Ubuntu 20.04.4 LTS

Priority this issue should have

High (immediate attention needed)

Which partials do you have configured?

Message

Which gateway intents are you subscribing to?

Guilds, GuildMembers, GuildBans, GuildVoiceStates, GuildPresences, GuildMessages, GuildMessageReactions, DirectMessageReactions, DirectMessageTyping

I have tested this issue on a development release

No response

@monbrey
Copy link
Member

monbrey commented Jun 3, 2022

13.7 does not support text in voice. v14 does.

@txj-xyz
Copy link

txj-xyz commented Jun 3, 2022

Is there a temporary patch we can implement? I'm not wanting to recode almost my entire bot for v14 on a development branch for that matter.

@iCrawl iCrawl linked a pull request Jun 5, 2022 that will close this issue
@iCrawl iCrawl closed this as completed Jun 5, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants