Skip to content

Commit

Permalink
i hate js linters
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed May 2, 2024
1 parent 0a9d746 commit 680b329
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/handlers/log.handler.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
import {
ActionRow,
ActionRowBuilder,
ActionRowData,
ButtonBuilder,
ButtonStyle,
EmbedBuilder,
Events,
inlineCode,
MessageActionRowComponentData,
MessagePayload,
MessageReplyOptions,
} from 'discord.js';
Expand All @@ -18,7 +15,6 @@ import logAnalyzers from '../logIssueAnalyzers/_logIssueAnalyzers';

import { Handler } from '..';
import { Log } from '../logs/Log';
import { MessageActionRowComponentBuilder } from '@discordjs/builders';

export interface LogProvider {
hostnames: string[];
Expand Down

0 comments on commit 680b329

Please sign in to comment.