fix: Add export default

This commit is contained in:
Siwoo Jeon 2025-03-01 14:13:10 +09:00
parent 8609181aed
commit 54e5bf2d54
Signed by: migan
GPG key ID: 036E9A8C5E8E48DA

View file

@ -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) { public registerApplicationCommands(registry: Command.Registry) {
registry.registerChatInputCommand(builder => registry.registerChatInputCommand(builder =>
builder builder