summary refs log tree commit diff
path: root/src/opcodes/VoiceStateUpdate.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/opcodes/VoiceStateUpdate.ts')
-rw-r--r--src/opcodes/VoiceStateUpdate.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/opcodes/VoiceStateUpdate.ts b/src/opcodes/VoiceStateUpdate.ts
new file mode 100644

index 00000000..e602f652 --- /dev/null +++ b/src/opcodes/VoiceStateUpdate.ts
@@ -0,0 +1,5 @@ +import { Payload } from "../util/Constants"; + +import WebSocket from "../util/WebSocket"; + +export function onVoiceStateUpdate(this: WebSocket, data: Payload) {}