fix: HelpCommand's import path

This commit is contained in:
Siwoo Jeon 2025-03-19 20:43:23 +09:00
parent 6e18cbe7c1
commit a8e0c5e2af
Signed by: migan
GPG key ID: 036E9A8C5E8E48DA

View file

@ -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 {