mirror of
https://github.com/NovaGM/ModuleBuilder.git
synced 2024-08-15 00:23:33 +00:00
Added clap PC module
This commit is contained in:
parent
2161ca7851
commit
f39dab4f40
2 changed files with 6 additions and 4 deletions
|
@ -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",
|
||||
|
|
|
@ -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'],
|
||||
}],
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue