XL aaaaaa

This commit is contained in:
_Lighty_ 2020-10-06 23:56:36 +02:00 committed by GitHub
parent af1f88cbe0
commit f21016da74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions

View File

@ -41,7 +41,7 @@ module.exports = (() => {
twitter_username: ''
}
],
version: '1.3.26',
version: '1.3.27',
description: 'Simple library to complement plugins with shared code without lowering performance. Also adds needed buttons to some plugins.',
github: 'https://github.com/1Lighty',
github_raw: 'https://raw.githubusercontent.com/1Lighty/BetterDiscordPlugins/master/Plugins/1XenoLib.plugin.js'
@ -50,7 +50,7 @@ module.exports = (() => {
{
title: 'Boring changes',
type: 'fixed',
items: ['Fixed what Zere broke']
items: ['aaaaaa']
}
],
defaultConfig: [
@ -938,7 +938,11 @@ module.exports = (() => {
return ParsersModule.reactParserFor(FANCY_PANTS_PARSER_RULES);
} catch (e) {
Logger.stacktrace('Failed to create special parser', e);
return ParsersModule.parseAllowLinks;
try {
return ParsersModule.parseAllowLinks;
} catch (e) {
Logger.stacktrace('FUCKING CUNT, parseAllowLinks bad', e);
}
}
})();
const AnchorClasses = WebpackModules.getByProps('anchor', 'anchorUnderlineOnHover') || {};