aboutsummaryrefslogtreecommitdiff
path: root/src/utils/IpcEvents.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/IpcEvents.ts')
-rw-r--r--src/utils/IpcEvents.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/IpcEvents.ts b/src/utils/IpcEvents.ts
index 41d40a7..6994c91 100644
--- a/src/utils/IpcEvents.ts
+++ b/src/utils/IpcEvents.ts
@@ -32,4 +32,5 @@ export const enum IpcEvents {
OPEN_MONACO_EDITOR = "VencordOpenMonacoEditor",
OPEN_IN_APP__RESOLVE_REDIRECT = "VencordOIAResolveRedirect",
+ VOICE_MESSAGES_READ_RECORDING = "VencordVMReadRecording",
}