summary refs log tree commit diff
path: root/webrtc/src/opcodes/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/src/opcodes/index.ts')
-rw-r--r--webrtc/src/opcodes/index.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/webrtc/src/opcodes/index.ts b/webrtc/src/opcodes/index.ts

index 36d30e7d..9b1eb270 100644 --- a/webrtc/src/opcodes/index.ts +++ b/webrtc/src/opcodes/index.ts
@@ -3,9 +3,9 @@ import { VoiceOPCodes } from "@fosscord/util"; export interface Payload { op: number; - d?: any; - s?: number; - t?: string; + d: any; + s: number; + t: string; } import { onIdentify } from "./Identify";