fix: broken import

This commit is contained in:
Skillz4Killz
2021-04-03 23:59:51 +00:00
committed by GitHub
parent ab4b9c0b83
commit 175e38d0ce

View File

@@ -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: {