fix: Add export default
This commit is contained in:
parent
8609181aed
commit
54e5bf2d54
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue