diff options
author | Vendicated <vendicated@riseup.net> | 2023-03-11 00:28:27 +0100 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2023-03-11 00:28:27 +0100 |
commit | 19c762f9c10e933be8b568be9738d3abc84b995e (patch) | |
tree | 4369de0c03c95fb870205059b31356682fe4529b | |
parent | 990adf752767de7e6c45270c5fcae8d1a467f325 (diff) | |
download | Vencord-19c762f9c10e933be8b568be9738d3abc84b995e.tar.gz Vencord-19c762f9c10e933be8b568be9738d3abc84b995e.tar.bz2 Vencord-19c762f9c10e933be8b568be9738d3abc84b995e.zip |
DevCompanion: Fix Deps
-rw-r--r-- | src/plugins/devCompanion.dev.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/devCompanion.dev.tsx b/src/plugins/devCompanion.dev.tsx index eaf13b7..1dbf4ca 100644 --- a/src/plugins/devCompanion.dev.tsx +++ b/src/plugins/devCompanion.dev.tsx @@ -224,6 +224,7 @@ export default definePlugin({ name: "DevCompanion", description: "Dev Companion Plugin", authors: [Devs.Ven], + dependencies: ["ContextMenuAPI"], start() { initWs(); |