mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-04 22:16:08 +00:00
fix: imports
This commit is contained in:
parent
300d0ab0cf
commit
aaa49c0650
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user