diff --git a/Plugins/PinDMs/PinDMs.plugin.js b/Plugins/PinDMs/PinDMs.plugin.js index b4b4dc7895..52b2ea8cad 100644 --- a/Plugins/PinDMs/PinDMs.plugin.js +++ b/Plugins/PinDMs/PinDMs.plugin.js @@ -1,28 +1,32 @@ //META{"name":"PinDMs"}*// class PinDMs { + getName () {return "PinDMs";} + + getVersion () {return "1.2.6";} + + getAuthor () {return "DevilBro";} + + getDescription () {return "Allows you to pin DMs, making them appear at the top of your DM-list.";} + initConstructor () { + this.patchModules = { + "LazyScroller":["render"] + }; + this.pinDMEntryMarkup = - `