From f39dab4f4039be1f3f4771f323e371c461f34729 Mon Sep 17 00:00:00 2001 From: Lexi Sother Date: Mon, 5 Apr 2021 19:00:18 +0000 Subject: [PATCH] Added clap PC module --- package.json | 1 - src/modules/ports/plugins/pcPlugins.js | 9 ++++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c20d759..178f46e 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,6 @@ "@goosemod/reactUtils": "./moduleWrappers/goosemod/reactUtils.js", "@goosemod/toast": "./moduleWrappers/goosemod/toast.js", "@goosemod/settings": "./moduleWrappers/goosemod/settings.js", - "powercord/entities": "./moduleWrappers/powercord/entities.js", "powercord/injector": "./moduleWrappers/powercord/injector.js", "powercord/webpack": "./moduleWrappers/powercord/webpack.js", diff --git a/src/modules/ports/plugins/pcPlugins.js b/src/modules/ports/plugins/pcPlugins.js index 7571917..560b559 100644 --- a/src/modules/ports/plugins/pcPlugins.js +++ b/src/modules/ports/plugins/pcPlugins.js @@ -1,5 +1,8 @@ export default [ ['RazerMoon/muteNewGuild', 'a8ea528e67089ea00a457623cebbef6a670127fc', '/manifest.json', 'pcPlugin', { - authors: ['162970149857656832'] - }] -]; \ No newline at end of file + authors: ['162970149857656832'], + }], + ['keanuplayz/PC-Clap', 'master', '/manifest.json', 'pcPlugin', { + authors: ['717352467280691331'], + }], +];