diff options
author | Vendicated <vendicated@riseup.net> | 2023-04-17 01:39:16 +0200 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2023-04-17 01:39:16 +0200 |
commit | 6fd5c7874f87707259b0226e671b85ae43bfa8e3 (patch) | |
tree | a3b6f63dd10fe28bc8a0153af15cbdfa74349a9f /src/plugins/pinDms/index.tsx | |
parent | a56dfe269c47a8df820235b03ddbbfe22b122e81 (diff) | |
download | Vencord-6fd5c7874f87707259b0226e671b85ae43bfa8e3.tar.gz Vencord-6fd5c7874f87707259b0226e671b85ae43bfa8e3.tar.bz2 Vencord-6fd5c7874f87707259b0226e671b85ae43bfa8e3.zip |
Remove ContextMenuAPIs from plugin dependencies (now required)
Diffstat (limited to 'src/plugins/pinDms/index.tsx')
-rw-r--r-- | src/plugins/pinDms/index.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/pinDms/index.tsx b/src/plugins/pinDms/index.tsx index 3bb6735..a7f35a2 100644 --- a/src/plugins/pinDms/index.tsx +++ b/src/plugins/pinDms/index.tsx @@ -28,8 +28,6 @@ export default definePlugin({ description: "Allows you to pin private channels to the top of your DM list. To pin/unpin or reorder pins, right click DMs", authors: [Devs.Ven, Devs.Strencher], - dependencies: ["ContextMenuAPI"], - settings, start: addContextMenus, |