forgot to remove flags import in mixdrop

This commit is contained in:
Jonathan Barrow
2023-09-29 14:41:27 -04:00
parent 621a1a2156
commit 702529465f

View File

@@ -1,6 +1,5 @@
import * as unpacker from 'unpacker';
import { flags } from '@/main/targets';
import { makeEmbed } from '@/providers/base';
const packedRegex = /(eval\(function\(p,a,c,k,e,d\){.*{}\)\))/;