diff --git a/src/commands/fun/modules/meme/index.ts b/src/commands/fun/modules/meme/index.ts index 0fc0d17..5efa80e 100644 --- a/src/commands/fun/modules/meme/index.ts +++ b/src/commands/fun/modules/meme/index.ts @@ -2,7 +2,7 @@ import axios from "axios"; import { CommandInteraction, EmbedBuilder, - SlashCommandSubcommandBuilder + SlashCommandSubcommandBuilder, } from "discord.js"; import deferReply from "../../../../handlers/deferReply"; import getEmbedConfig from "../../../../helpers/getEmbedData"; diff --git a/src/commands/manage/modules/credits/modules/give/index.ts b/src/commands/manage/modules/credits/modules/give/index.ts index b081384..61ad2ef 100644 --- a/src/commands/manage/modules/credits/modules/give/index.ts +++ b/src/commands/manage/modules/credits/modules/give/index.ts @@ -1,7 +1,8 @@ // Dependencies import { - ChatInputCommandInteraction, PermissionsBitField, - SlashCommandSubcommandBuilder + ChatInputCommandInteraction, + PermissionsBitField, + SlashCommandSubcommandBuilder, } from "discord.js"; // Configurations // Helpers../../../../../../../helpers/userData diff --git a/src/commands/manage/modules/credits/modules/set/index.ts b/src/commands/manage/modules/credits/modules/set/index.ts index 250ebe2..a69509b 100644 --- a/src/commands/manage/modules/credits/modules/set/index.ts +++ b/src/commands/manage/modules/credits/modules/set/index.ts @@ -4,7 +4,7 @@ import { ChatInputCommandInteraction, PermissionsBitField, - SlashCommandSubcommandBuilder + SlashCommandSubcommandBuilder, } from "discord.js"; import deferReply from "../../../../../../handlers/deferReply"; diff --git a/src/commands/manage/modules/credits/modules/take/index.ts b/src/commands/manage/modules/credits/modules/take/index.ts index 0d65521..9ea9eba 100644 --- a/src/commands/manage/modules/credits/modules/take/index.ts +++ b/src/commands/manage/modules/credits/modules/take/index.ts @@ -3,7 +3,7 @@ import { ChatInputCommandInteraction, PermissionsBitField, - SlashCommandSubcommandBuilder + SlashCommandSubcommandBuilder, } from "discord.js"; import deferReply from "../../../../../../handlers/deferReply"; diff --git a/src/commands/reputation/modules/give/index.ts b/src/commands/reputation/modules/give/index.ts index 07cf731..fb97b3e 100644 --- a/src/commands/reputation/modules/give/index.ts +++ b/src/commands/reputation/modules/give/index.ts @@ -1,7 +1,7 @@ import { ChatInputCommandInteraction, EmbedBuilder, - SlashCommandSubcommandBuilder + SlashCommandSubcommandBuilder, } from "discord.js"; import getEmbedConfig from "../../../../helpers/getEmbedData"; import logger from "../../../../middlewares/logger";