Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
chore: removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbegby committed Aug 27, 2023
1 parent f21bfba commit 1b00222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/commands/info/status.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import config from 'config';
import { Collection, EmbedBuilder, Guild, SlashCommandBuilder } from 'discord.js';
import { EmbedBuilder, Guild, SlashCommandBuilder } from 'discord.js';
import osu from 'node-os-utils';

// @ts-ignore
Expand Down
2 changes: 1 addition & 1 deletion src/commands/system/systemstatus.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import config from 'config';
import { Collection, EmbedBuilder, Guild, SlashCommandBuilder } from 'discord.js';
import { EmbedBuilder, Guild, SlashCommandBuilder } from 'discord.js';
import osu from 'node-os-utils';

// @ts-ignore
Expand Down

0 comments on commit 1b00222

Please # to comment.