Skip to content

Commit

Permalink
fix: remove unneeded imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mouse484 committed Oct 28, 2022
1 parent 2ee0f34 commit f3a633c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/context/slashCommand.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Interaction, Message, Snowflake, TextChannel } from 'discord.js';
import { Interaction } from 'discord.js';
import { Client } from 'ecstar';
import { ContextBase } from 'ecstar/context/base';

Expand Down

0 comments on commit f3a633c

Please sign in to comment.