We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please describe the problem you are having in as much detail as possible:
broadcast does not have end method declared in types, but it is existing in documentation
Include a reproducible code sample here, if possible:
const broadcast = client.voice.createBroadcast(); broadcast.end(); // Property 'end' does not exist on type 'VoiceBroadcast'. ts(2339)
Further details: End method is declared in documentation: https://discord.js.org/#/docs/main/stable/class/VoiceBroadcast?scrollTo=end
The text was updated successfully, but these errors were encountered:
Where is this file located? Is this in a typescript file or a javascript file? Is this issue replicable on any other bots/folders?
Sorry, something went wrong.
Thanks for raising this, PR will be incoming to fix this shortly.
chore: fix typings/docs for VoiceBroadcast (#4014)
0e44ecd
Fixed in 0e44ecd
amishshah
No branches or pull requests
Please describe the problem you are having in as much detail as possible:
broadcast does not have end method declared in types, but it is existing in documentation
Include a reproducible code sample here, if possible:
Further details:
End method is declared in documentation:
https://discord.js.org/#/docs/main/stable/class/VoiceBroadcast?scrollTo=end
The text was updated successfully, but these errors were encountered: