From 175e38d0ceb2ac15908622605eaedaf1cd0e5dab Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Sat, 3 Apr 2021 23:59:51 +0000 Subject: [PATCH] fix: broken import --- src/bot.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bot.ts b/src/bot.ts index 9875d7bc4..64b58d3c8 100644 --- a/src/bot.ts +++ b/src/bot.ts @@ -1,5 +1,6 @@ import { getGatewayBot } from "./helpers/misc/get_gateway_bot.ts"; import { DiscordGatewayIntents } from "./types/gateway/gateway_intents.ts"; +import { DiscordGetGatewayBot } from "./types/gateway/get_gateway_bot.ts"; import { baseEndpoints, GATEWAY_VERSION } from "./util/constants.ts"; import { spawnShards } from "./ws/shard_manager.ts"; @@ -14,7 +15,7 @@ export let botGatewayData: DiscordGetGatewayBot; export let proxyWSURL = `wss://gateway.discord.gg`; export let lastShardId = 0; -export const identifyPayload: DiscordIdentify = { +export const identifyPayload = { token: "", compress: true, properties: {