fix: HelpCommand's import path
This commit is contained in:
parent
6e18cbe7c1
commit
a8e0c5e2af
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
import type { CategoryByEnglish } from '$lib/commandCategory'
|
import type { CategoryByEnglish } from '$lib/commandCategory'
|
||||||
import type { Context } from '../../lib/context'
|
import type { Context } from '$lib/context'
|
||||||
import { ApplyOptions } from '@sapphire/decorators'
|
import { ApplyOptions } from '@sapphire/decorators'
|
||||||
import { Args, Command } from '@sapphire/framework'
|
import { Args, Command } from '@sapphire/framework'
|
||||||
import {
|
import {
|
||||||
|
|
Reference in a new issue