Added clap PC module

This commit is contained in:
Lexi Sother 2021-04-05 19:00:18 +00:00
parent 2161ca7851
commit f39dab4f40
No known key found for this signature in database
GPG Key ID: 355968D14144B739
2 changed files with 6 additions and 4 deletions

View File

@ -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",

View File

@ -1,5 +1,8 @@
export default [
['RazerMoon/muteNewGuild', 'a8ea528e67089ea00a457623cebbef6a670127fc', '/manifest.json', 'pcPlugin', {
authors: ['162970149857656832']
}]
];
authors: ['162970149857656832'],
}],
['keanuplayz/PC-Clap', 'master', '/manifest.json', 'pcPlugin', {
authors: ['717352467280691331'],
}],
];