Skip to content

Commit

Permalink
oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
PurelyAndy committed Nov 2, 2024
1 parent e453f8c commit b1e7108
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions NoMosaic.plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@
* @name NoMosaic
* @author Tanza, KingGamingYT, NoSkillPureAndy
* @description No more mosaic!
* @version 1.1.3
* @version 1.1.4
* @source https://github.com/KingGamingYT/discord-no-mosaic
*/

const { Data, Webpack, React, Patcher, Utils, DOM } = BdApi;

const {FormSwitch} = Webpack.getByKeys('FormSwitch')
const { createElement, useState } = React;
const bdfdb = !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? null : window.BDFDB_Global.PluginUtils.buildPlugin()[1];
if (bdfdb) {
bdfdb
}
/* const bdfdb = !window.BDFDB_Global || (!window.BDFDB_Global.loaded && !window.BDFDB_Global.started) ? null : window.BDFDB_Global.PluginUtils.buildPlugin()[1]; */


const settings = {
Expand Down

0 comments on commit b1e7108

Please sign in to comment.