Skip to content

Commit 23e5a2e

Browse files
committed
fix(handler): remove unneeded ClientEvents import
1 parent c63e2a8 commit 23e5a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/handler/src/events/readyHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ApplicationCommandType, Client, ClientEvents } from 'discord.js';
1+
import { ApplicationCommandType, Client } from 'discord.js';
22
import { Err, Ok, Result } from 'ts-results-es';
33
import { parse } from 'path';
44
import { match } from 'ts-pattern';

0 commit comments

Comments
 (0)