From e4af6ff8c73347c7b5dff86519bf78643ddcff33 Mon Sep 17 00:00:00 2001 From: Ruby Date: Sun, 2 Jun 2024 17:45:34 +0200 Subject: [PATCH] goddamn --- backend/src/plugins/Utility/commands/HelpCmd.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/plugins/Utility/commands/HelpCmd.ts b/backend/src/plugins/Utility/commands/HelpCmd.ts index 4531b1dd..4c103e19 100644 --- a/backend/src/plugins/Utility/commands/HelpCmd.ts +++ b/backend/src/plugins/Utility/commands/HelpCmd.ts @@ -3,7 +3,6 @@ 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.js"; export const HelpCmd = utilityCmd({ trigger: "help",