diff options
author | Vendicated <vendicated@riseup.net> | 2022-10-22 04:41:33 +0200 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2022-10-22 04:42:54 +0200 |
commit | 44f6f71c3efd2e4e0f9dbd97ab4680ec76536052 (patch) | |
tree | cd2ad847833ff428e009ca55b50eabd57031443d /src/utils/IpcEvents.ts | |
parent | 23d4cae1230bd60da2f0497ecac9d4a32a326f5b (diff) | |
download | Vencord-44f6f71c3efd2e4e0f9dbd97ab4680ec76536052.tar.gz Vencord-44f6f71c3efd2e4e0f9dbd97ab4680ec76536052.tar.bz2 Vencord-44f6f71c3efd2e4e0f9dbd97ab4680ec76536052.zip |
Monaco for Discord Desktop
Diffstat (limited to 'src/utils/IpcEvents.ts')
-rw-r--r-- | src/utils/IpcEvents.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils/IpcEvents.ts b/src/utils/IpcEvents.ts index b773f64..c6696f8 100644 --- a/src/utils/IpcEvents.ts +++ b/src/utils/IpcEvents.ts @@ -43,5 +43,6 @@ export default strEnum({ GET_HASHES: "VencordGetHashes", UPDATE: "VencordUpdate", BUILD: "VencordBuild", - GET_DESKTOP_CAPTURE_SOURCES: "VencordGetDesktopCaptureSources" + GET_DESKTOP_CAPTURE_SOURCES: "VencordGetDesktopCaptureSources", + OPEN_MONACO_EDITOR: "VencordOpenMonacoEditor" } as const); |