feat: Voice Channel Effect Send

#10318 djs
This commit is contained in:
Elysia
2025-01-21 01:35:23 +07:00
parent 599e53abe6
commit 8b04bbe667
7 changed files with 115 additions and 3 deletions

View File

@@ -380,6 +380,7 @@ exports.VoiceOpcodes = {
* * CALL_CREATE: callCreate
* * CALL_UPDATE: callUpdate
* * CALL_DELETE: callDelete
* * VOICE_CHANNEL_EFFECT_SEND: voiceChannelEffectSend
* @typedef {Object<string, string>} Events
*/
exports.Events = {
@@ -476,6 +477,7 @@ exports.Events = {
CALL_DELETE: 'callDelete',
MESSAGE_POLL_VOTE_ADD: 'messagePollVoteAdd',
MESSAGE_POLL_VOTE_REMOVE: 'messagePollVoteRemove',
VOICE_CHANNEL_EFFECT_SEND: 'voiceChannelEffectSend',
// Djs v12
VOICE_BROADCAST_SUBSCRIBE: 'subscribe',
VOICE_BROADCAST_UNSUBSCRIBE: 'unsubscribe',