From 5e4affc5c0da18ab66cacad7016bd20fd7f08500 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 2 Aug 2021 18:31:21 -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 c61ef121..03087c12 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 { Kuroshiro } = require('kuroshiro'); const KuromojiAnalyzer = require('kuroshiro-analyzer-kuromoji'); module.exports = class RomajiCommand extends Command {