aboutsummaryrefslogtreecommitdiff
path: root/src/commands/fun/eightBall.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/fun/eightBall.ts')
-rw-r--r--src/commands/fun/eightBall.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/fun/eightBall.ts b/src/commands/fun/eightBall.ts
index 2555fdb..fc662ad 100644
--- a/src/commands/fun/eightBall.ts
+++ b/src/commands/fun/eightBall.ts
@@ -1,4 +1,4 @@
-import { BushCommand, type BushMessage, type BushSlashMessage } from '@lib';
+import { BushCommand, type BushMessage, type BushSlashMessage } from '#lib';
export default class EightBallCommand extends BushCommand {
public constructor() {