Update PluginRepo.plugin.js

This commit is contained in:
Mirco Wittrien 2024-07-07 10:35:30 +02:00
parent 7a63f18239
commit ff66f43217
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
* @name PluginRepo
* @author DevilBro
* @authorId 278543574059057154
* @version 2.5.5
* @version 2.5.7
* @description Allows you to download all Plugins from BD's Website within Discord
* @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien
@ -373,6 +373,7 @@ module.exports = (_ => {
height: this.height,
className: BDFDB.disCN.imagemodalimage,
shouldAnimate: true,
renderForwardComponent: _ => {},
renderLinkComponent: props => BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Anchor, props)
})
}), true));