feat: support voiceChannelEffectSend event#9308
Closed
jaw0r3k wants to merge 5 commits intodiscordjs:v13from
Closed
feat: support voiceChannelEffectSend event#9308jaw0r3k wants to merge 5 commits intodiscordjs:v13from
voiceChannelEffectSend event#9308jaw0r3k wants to merge 5 commits intodiscordjs:v13from
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
|
@jaw0r3k is attempting to deploy a commit to the discordjs Team on Vercel. A member of the Team first needs to authorize it. |
| get channel() { | ||
| return this.guild.channels.cache.get(this.channelId) ?? null; | ||
| } | ||
|
|
Contributor
There was a problem hiding this comment.
Just realized this doesn't extend Base, would that be possible?
Contributor
Author
There was a problem hiding this comment.
Just realized this doesn't extend Base, would that be possible?
Idk structure was copied from jiralite pr lol
Contributor
Author
There was a problem hiding this comment.
About user getter i wasnt sure
its a guild object so like e.g. voice state it doesnt have user
TetieWasTaken
suggested changes
Apr 1, 2023
Co-authored-by: Tetie <tjvssr@gmail.com>
vladfrangu
approved these changes
Apr 13, 2023
aiko-chan-ai
added a commit
to aiko-chan-ai/discord.js-selfbot-v13
that referenced
this pull request
May 30, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please describe the changes this PR makes and why it should be merged:
🤖 Generated by Copilot at 0c36226
Summary
🎙️🎭🚀
This pull request adds a new feature to the discord.js library that allows listening for voice channel effects, such as emoji reactions, sent by users. It defines a new event, a new structure, a new action, and a new handler for the feature. It also updates the
Constants.js,ActionsManager.js, andindex.jsfiles to support the feature.Walkthrough
VoiceChannelEffectSendActionclass that emits avoiceChannelEffectSendevent on the client with a newVoiceChannelEffectstructure (link)VOICE_CHANNEL_EFFECT_SENDopcode from the gateway (link, link)VoiceChannelEffectclass that represents an effect used in a voice channel, such as an emoji reaction (link, link)voiceChannelEffectSendevent to theConstants.jsfile (link, link, link)createEnumfunction (link, link)Status and versioning classification: