Skip to content

Commit

Permalink
chore: clean up unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Deivu committed Jul 20, 2023
1 parent 41a746c commit 76db140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/ShardClient.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Client, ClientOptions as DiscordJsClientOptions } from 'discord.js';
import { WebSocketManager, WorkerShardingStrategy, IShardingStrategy } from '@discordjs/ws';
import { WorkerShardingStrategy } from '@discordjs/ws';
import { Indomitable } from '../Indomitable';
import { ClientEvents, InternalEvents, LibraryEvents } from '../Util';
import { ConcurrencyClient } from '../concurrency/ConcurrencyClient.js';
Expand Down

0 comments on commit 76db140

Please sign in to comment.