From 54e5bf2d5420b38315b7a80404372510260c81b9 Mon Sep 17 00:00:00 2001 From: Siwoo Jeon Date: Sat, 1 Mar 2025 14:13:10 +0900 Subject: [PATCH] fix: Add export default --- src/commands/learn.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/learn.ts b/src/commands/learn.ts index 3131f3d..ddb5af2 100644 --- a/src/commands/learn.ts +++ b/src/commands/learn.ts @@ -17,7 +17,7 @@ import { josa } from 'es-hangul' ], }, }) -export class LearnCommand extends Command { +export default class LearnCommand extends Command { public registerApplicationCommands(registry: Command.Registry) { registry.registerChatInputCommand(builder => builder