From aaa49c0650e9841044c5708382088f65999a1fc6 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Thu, 23 Jun 2022 15:41:33 -0500 Subject: [PATCH] fix: imports --- session/Session.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/session/Session.ts b/session/Session.ts index 7c45152..c519560 100644 --- a/session/Session.ts +++ b/session/Session.ts @@ -1,9 +1,7 @@ import type { DiscordGetGatewayBot, GatewayBot, GatewayIntents } from "../vendor/external.ts"; - -import { EventEmitter, Routes, Snowflake } from "../util/mod.ts"; - import type { DiscordRawEventHandler, Events } from "./Events.ts"; +import { EventEmitter, Routes, Snowflake } from "../util/mod.ts"; import { createGatewayManager, createRestManager } from "../vendor/external.ts"; import * as Actions from "../handlers/HandlerManager.ts";