feat: simple plugin natives (#1965)

This commit is contained in:
V
2023-11-09 02:32:34 +01:00
committed by GitHub
parent 32f2043193
commit 119b628f33
12 changed files with 200 additions and 80 deletions

View File

@ -38,6 +38,8 @@ export const enum IpcEvents {
BUILD = "VencordBuild",
OPEN_MONACO_EDITOR = "VencordOpenMonacoEditor",
GET_PLUGIN_IPC_METHOD_MAP = "VencordGetPluginIpcMethodMap",
OPEN_IN_APP__RESOLVE_REDIRECT = "VencordOIAResolveRedirect",
VOICE_MESSAGES_READ_RECORDING = "VencordVMReadRecording",
}