diff --git a/commands/edit-text/romaji.js b/commands/edit-text/romaji.js index 03087c12..6f26d505 100644 --- a/commands/edit-text/romaji.js +++ b/commands/edit-text/romaji.js @@ -1,5 +1,5 @@ const Command = require('../../framework/Command'); -const { Kuroshiro } = require('kuroshiro'); +const { default: Kuroshiro } = require('kuroshiro'); const KuromojiAnalyzer = require('kuroshiro-analyzer-kuromoji'); module.exports = class RomajiCommand extends Command {