diff options
Diffstat (limited to 'src/plugins/nitroBypass.ts')
-rw-r--r-- | src/plugins/nitroBypass.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/nitroBypass.ts b/src/plugins/nitroBypass.ts index 08d49f2..7fed9cd 100644 --- a/src/plugins/nitroBypass.ts +++ b/src/plugins/nitroBypass.ts @@ -16,12 +16,12 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ -import { addPreSendListener, addPreEditListener, removePreSendListener, removePreEditListener } from "../api/MessageEvents"; -import { findByProps } from "../webpack"; -import definePlugin, { OptionType } from "../utils/types"; +import { addPreEditListener, addPreSendListener, removePreEditListener,removePreSendListener } from "../api/MessageEvents"; import { Devs } from "../utils/constants"; -import { UserStore } from "../webpack/common"; +import definePlugin, { OptionType } from "../utils/types"; import { Settings } from "../Vencord"; +import { findByProps } from "../webpack"; +import { UserStore } from "../webpack/common"; export default definePlugin({ name: "NitroBypass", |