diff options
author | exit <67079527+exitss@users.noreply.github.com> | 2023-04-07 20:16:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-07 19:16:18 +0000 |
commit | f1f61195c3fe8f104e40e20ccd01cca17c79d993 (patch) | |
tree | 23a20116187ae561ce4393c850adfaf9832aab81 | |
parent | 8fefa2b7163943fee3269ca4fcebabde7a253ac2 (diff) | |
download | Vencord-f1f61195c3fe8f104e40e20ccd01cca17c79d993.tar.gz Vencord-f1f61195c3fe8f104e40e20ccd01cca17c79d993.tar.bz2 Vencord-f1f61195c3fe8f104e40e20ccd01cca17c79d993.zip |
InvisibleChat: Add missing dependency on MessagePopoverAPI (#817)
Co-authored-by: V <vendicated@riseup.net>
-rw-r--r-- | src/plugins/invisibleChat/index.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/invisibleChat/index.tsx b/src/plugins/invisibleChat/index.tsx index d30bb7c..97542e7 100644 --- a/src/plugins/invisibleChat/index.tsx +++ b/src/plugins/invisibleChat/index.tsx @@ -119,6 +119,7 @@ export default definePlugin({ name: "InvisibleChat", description: "Encrypt your Messages in a non-suspicious way! This plugin makes requests to >>https://embed.sammcheese.net<< to provide embeds to decrypted links!", authors: [Devs.SammCheese], + dependencies: ["MessagePopoverAPI"], patches: [ { // Indicator |