Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart6557 committed Oct 14, 2023
1 parent 3d5f7a6 commit 30a4b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.ts
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 30a4b4f

Please sign in to comment.