Skip to content

Commit

Permalink
fix: import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
DavDeDev committed Jul 28, 2023
1 parent bc808f6 commit b3db20b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/classes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ export * from './Command';
export * from './CustomClient';
export * from './DescriptionMessage';
export * from './EventEmbed';
export * from './Event';
export * from './Event';
export * from './StatusEmbed';
3 changes: 1 addition & 2 deletions src/commands/util/status.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { CacheType, ChatInputCommandInteraction, SlashCommandBuilder } from 'discord.js';
import { Command, CustomClient } from '../../classes';
import { Command, CustomClient, StatusEmbed } from '../../classes';
import { getServerStatus } from '../../util';
import { StatusEmbed } from '../../classes/StatusEmbed';

export const status: Command = new Command(
__dirname,
Expand Down

0 comments on commit b3db20b

Please sign in to comment.