diff --git a/commands/edit-text/romaji.js b/commands/edit-text/romaji.js index 4e348e75..ea950001 100644 --- a/commands/edit-text/romaji.js +++ b/commands/edit-text/romaji.js @@ -20,7 +20,7 @@ module.exports = class RomajiCommand extends Command { } ] }); - + this.analyzer = new Kuroshiro(); this.inited = false; }