mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 09:50:07 +00:00
fix imports
This commit is contained in:
@@ -19,7 +19,7 @@ import { createRequestBody } from "./rest/create_request_body.ts";
|
||||
import { processRateLimitedPaths } from "./rest/process_rate_limited_paths.ts";
|
||||
import { processRequest } from "./rest/process_request.ts";
|
||||
import { processRequestHeaders } from "./rest/process_request_headers.ts";
|
||||
import { RestPayload, RestRateLimitedPath, RestRequest } from "./rest/rest.ts";
|
||||
import type { RestPayload, RestRateLimitedPath, RestRequest } from "./rest/rest.ts";
|
||||
import { runMethod } from "./rest/run_method.ts";
|
||||
import { simplifyUrl } from "./rest/simplify_url.ts";
|
||||
import { DiscordGatewayIntents } from "./types/gateway/gateway_intents.ts";
|
||||
@@ -37,7 +37,7 @@ import { transformVoiceState } from "./transformers/voice_state.ts";
|
||||
import { transformRole } from "./transformers/role.ts";
|
||||
import { transformMessage } from "./transformers/message.ts";
|
||||
import { DiscordenoGuild, transformGuild } from "./transformers/guild.ts";
|
||||
import { DiscordenoShard } from "./ws/ws.ts";
|
||||
import type { DiscordenoShard } from "./ws/ws.ts";
|
||||
import { startGateway } from "./ws/start_gateway.ts";
|
||||
import { spawnShards } from "./ws/spawn_shards.ts";
|
||||
import { createShard } from "./ws/create_shard.ts";
|
||||
|
||||
Reference in New Issue
Block a user