From 30a4b4fdbbc1ad7f347b25c649b2f8bfe97721a1 Mon Sep 17 00:00:00 2001 From: Stuart6557 Date: Sat, 14 Oct 2023 12:25:20 -0700 Subject: [PATCH] linting --- src/Client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.ts b/src/Client.ts index 3962c9b..2d4001d 100644 --- a/src/Client.ts +++ b/src/Client.ts @@ -1,12 +1,12 @@ import { Collection, Client as DiscordClient } from 'discord.js'; import { Service } from 'typedi'; +import { GatewayIntentBits } from 'discord-api-types'; import Logger from './utils/Logger'; import { BotSettings, BotClient, BotInitializationError } from './types'; import Command from './Command'; import ActionManager from './managers/ActionManager'; import configuration from './config/config'; import PortalAPIManager from './managers/PortalAPIManager'; -import { GatewayIntentBits } from 'discord-api-types'; /** * The class representing the Discord bot.