Update RevealAllSpoilers.plugin.js
This commit is contained in:
parent
7e7981b982
commit
5af2893e85
|
@ -2,7 +2,7 @@
|
||||||
* @name RevealAllSpoilers
|
* @name RevealAllSpoilers
|
||||||
* @author DevilBro
|
* @author DevilBro
|
||||||
* @authorId 278543574059057154
|
* @authorId 278543574059057154
|
||||||
* @version 1.0.9
|
* @version 1.1.0
|
||||||
* @description Allows you to reveal all Spoilers within a Message/Status by holding the Ctrl Key and clicking a Spoiler
|
* @description Allows you to reveal all Spoilers within a Message/Status by holding the Ctrl Key and clicking a Spoiler
|
||||||
* @invite Jx3TjNS
|
* @invite Jx3TjNS
|
||||||
* @donate https://www.paypal.me/MircoWittrien
|
* @donate https://www.paypal.me/MircoWittrien
|
||||||
|
@ -58,10 +58,10 @@ module.exports = (_ => {
|
||||||
} : (([Plugin, BDFDB]) => {
|
} : (([Plugin, BDFDB]) => {
|
||||||
return class RevealAllSpoilers extends Plugin {
|
return class RevealAllSpoilers extends Plugin {
|
||||||
onLoad () {
|
onLoad () {
|
||||||
this.patchedModules = {
|
this.modulePatches = {
|
||||||
after: {
|
after: [
|
||||||
Spoiler: "render"
|
"Spoiler"
|
||||||
}
|
]
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue