Update index.js

This commit is contained in:
MoltenCoreDev 2021-02-28 21:02:09 +01:00 committed by GitHub
parent f161566a89
commit 7ae9e1f9ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
/*
* You are now retarded.
*
* I am not responsible for bricked brains, dead usb sticks,
* or you getting fired because your pc opened 2 seconds slower. Please
* do some research if you have any concerns about features included in this software
* before installing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your pc, I will laugh at you.
*/
import { Plugin } from '@vizality/entities';
import { getModule } from "@vizality/webpack";
import { patch, unpatch } from "@vizality/patcher"
@ -27,4 +37,4 @@ export default class amogus extends Plugin {
stop () {
unpatch('amoguspng')
}
}
}