aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fxTwitter.ts
diff options
context:
space:
mode:
authorVendicated <vendicated@riseup.net>2022-10-22 18:18:41 +0200
committerVendicated <vendicated@riseup.net>2022-10-22 18:18:41 +0200
commit61fd38d6d9170a9583c62366a2d4afa40507ce01 (patch)
tree50132ae08fb39b453bca0dbeeae311e12b2528ed /src/plugins/fxTwitter.ts
parenta7dbd73547104540218d4699fcf643fca727d2fc (diff)
downloadVencord-61fd38d6d9170a9583c62366a2d4afa40507ce01.tar.gz
Vencord-61fd38d6d9170a9583c62366a2d4afa40507ce01.tar.bz2
Vencord-61fd38d6d9170a9583c62366a2d4afa40507ce01.zip
style: Sort imports
Diffstat (limited to 'src/plugins/fxTwitter.ts')
-rw-r--r--src/plugins/fxTwitter.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fxTwitter.ts b/src/plugins/fxTwitter.ts
index dac8136..45f9fb6 100644
--- a/src/plugins/fxTwitter.ts
+++ b/src/plugins/fxTwitter.ts
@@ -16,9 +16,9 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
-import definePlugin from "../utils/types";
import { addPreSendListener, MessageObject, removePreSendListener } from "../api/MessageEvents";
import { Devs } from "../utils/constants";
+import definePlugin from "../utils/types";
const re = /https?:\/\/twitter\.com(?=\/\w+?\/status\/)/g;