File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/**
22 * @name MessageLoggerV2
3- * @version 1.9.11
3+ * @version 1.9.13
44 * @invite NYvWdN5
55 * @donate https://paypal.me/lighty13
66 * @website https://1lighty.github.io/BetterDiscordStuff/?plugin=MessageLoggerV2
@@ -46,7 +46,7 @@ module.exports = class MessageLoggerV2 {
4646 return 'MessageLoggerV2' ;
4747 }
4848 getVersion ( ) {
49- return '1.9.11 ' ;
49+ return '1.9.13 ' ;
5050 }
5151 getAuthor ( ) {
5252 return 'Lighty' ;
@@ -82,7 +82,7 @@ module.exports = class MessageLoggerV2 {
8282 if ( isOutOfDate ( iXenoLib , '1.4.34' ) || ( iXenoLib && ! ( ( iXenoLib ?. _config ?. info ?. version ?. split ( '.' ) ?. length || 3 ) === 3 ) ) ) XenoLibOutdated = true ;
8383 if ( isOutOfDate ( iZeresPluginLibrary , '2.0.23' ) ) ZeresPluginLibraryOutdated = true ;
8484 }
85- if ( /* !global.XenoLib || !global.ZeresPluginLibrary || XenoLibOutdated || ZeresPluginLibraryOutdated */ ! BdApi . Plugins . get ( 'XenoLib' ) || XenoLibOutdated ) {
85+ if ( /* !global.XenoLib || !global.ZeresPluginLibrary || XenoLibOutdated || ZeresPluginLibraryOutdated */ ( ! BdApi . Plugins . get ( 'XenoLib' ) && ! global . XenoLib ) || XenoLibOutdated ) {
8686 this . _XL_PLUGIN = true ;
8787 // asking people to do simple tasks is stupid, relying on stupid modals that are *supposed* to help them is unreliable
8888 // forcing the download on enable is good enough
You can’t perform that action at this time.
0 commit comments