From a8e0c5e2af9ca5a520f1b290ece987d706b9d64a Mon Sep 17 00:00:00 2001 From: Siwoo Jeon Date: Wed, 19 Mar 2025 20:43:23 +0900 Subject: [PATCH] fix: HelpCommand's import path --- src/commands/generals/help.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/generals/help.ts b/src/commands/generals/help.ts index f572bd7..bd676dc 100644 --- a/src/commands/generals/help.ts +++ b/src/commands/generals/help.ts @@ -1,5 +1,5 @@ import type { CategoryByEnglish } from '$lib/commandCategory' -import type { Context } from '../../lib/context' +import type { Context } from '$lib/context' import { ApplyOptions } from '@sapphire/decorators' import { Args, Command } from '@sapphire/framework' import {