Skip to content

Commit

Permalink
Lint and format
Browse files Browse the repository at this point in the history
  • Loading branch information
hwangsihu committed Jul 28, 2024
1 parent 87a38aa commit 02543d3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions src/events/client/InteractionCreate.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
import {
ActionRowBuilder,
type AutocompleteInteraction,
ButtonBuilder,
ButtonStyle,
ChannelType,
Collection,
CommandInteraction,
EmbedBuilder,
type GuildMember,
InteractionType,
PermissionFlagsBits,
ActionRowBuilder,
ButtonBuilder,
ButtonStyle,
EmbedBuilder,
type TextChannel,
} from "discord.js";
import { LoadType } from "shoukaku";
Expand Down
8 changes: 4 additions & 4 deletions src/events/client/MessageCreate.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import {
ActionRowBuilder,
ButtonBuilder,
ButtonStyle,
ChannelType,
Collection,
EmbedBuilder,
type Message,
PermissionFlagsBits,
ButtonBuilder,
ActionRowBuilder,
ButtonStyle,
EmbedBuilder,
type TextChannel,
} from "discord.js";
import { Context, Event, type Lavamusic } from "../../structures/index.js";
Expand Down
2 changes: 1 addition & 1 deletion src/structures/Lavamusic.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import fs from "node:fs";
import path from "node:path";
import { fileURLToPath } from "node:url";
import { Api } from "@top-gg/sdk";
import {
ApplicationCommandType,
Client,
Expand All @@ -14,7 +15,6 @@ import {
Routes,
} from "discord.js";
import { Locale } from "discord.js";
import { Api } from "@top-gg/sdk";
import config from "../config.js";
import ServerData from "../database/server.js";
import loadPlugins from "../plugin/index.js";
Expand Down

0 comments on commit 02543d3

Please sign in to comment.