From 7a79e6552813b4a3275ea66a614f5bcd732c305b Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 2 Aug 2021 18:34:47 -0400 Subject: [PATCH] Fix --- commands/edit-text/romaji.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {