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'], + }], +];