diff --git a/Plugins/1XenoLib.plugin.js b/Plugins/1XenoLib.plugin.js index c3348a2..6586599 100644 --- a/Plugins/1XenoLib.plugin.js +++ b/Plugins/1XenoLib.plugin.js @@ -41,7 +41,7 @@ var XenoLib = (() => { twitter_username: '' } ], - version: '1.3.0', + version: '1.3.2', description: 'Simple library to complement plugins with shared code without lowering performance.', github: 'https://github.com/1Lighty', github_raw: 'https://raw.githubusercontent.com/1Lighty/BetterDiscordPlugins/master/Plugins/1XenoLib.plugin.js' @@ -524,7 +524,6 @@ var XenoLib = (() => { _this.setState = setState; } if (!_this.state) _this.state = {}; - ret.props.children.push(document.createElement('div')); XenoLib.__contextPatches.forEach(e => { try { e(_this, menuGroups);