From 7578ffbab99a8a9d8646fee36e38bfb008a5d0f5 Mon Sep 17 00:00:00 2001 From: Ruby Date: Sun, 2 Jun 2024 17:33:02 +0200 Subject: [PATCH] chore: formatting --- backend/src/plugins/Utility/commands/HelpCmd.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/src/plugins/Utility/commands/HelpCmd.ts b/backend/src/plugins/Utility/commands/HelpCmd.ts index 24571a3c0..4531b1dd0 100644 --- a/backend/src/plugins/Utility/commands/HelpCmd.ts +++ b/backend/src/plugins/Utility/commands/HelpCmd.ts @@ -1,8 +1,9 @@ import { LoadedGuildPlugin, PluginCommandDefinition } from "knub"; import { commandTypeHelpers as ct } from "../../../commandTypes.js"; +import { env } from "../../../env.js"; import { createChunkedMessage } from "../../../utils.js"; import { utilityCmd } from "../types.js"; -import { env } from "../../../env"; +import { env } from "../../../env.js"; export const HelpCmd = utilityCmd({ trigger: "help",