From 0ad38809c450dfb6bf9d36310e3737b1aa8a9bcd Mon Sep 17 00:00:00 2001 From: ITOH Date: Thu, 13 May 2021 19:30:57 +0200 Subject: [PATCH] satisfy lint --- src/bot.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bot.ts b/src/bot.ts index 2a8a4dfdf..c3f9f82e4 100644 --- a/src/bot.ts +++ b/src/bot.ts @@ -3,9 +3,10 @@ import { rest } from "./rest/rest.ts"; import type { EventHandlers } from "./types/discordeno/eventHandlers.ts"; import { DiscordGatewayIntents } from "./types/gateway/gateway_intents.ts"; import { snowflakeToBigint } from "./util/bigint.ts"; -import { baseEndpoints, GATEWAY_VERSION } from "./util/constants.ts"; +import { GATEWAY_VERSION } from "./util/constants.ts"; import { ws } from "./ws/ws.ts"; +// deno-lint-ignore prefer-const export let secretKey = ""; export let botId = 0n; export let applicationId = 0n;