From 39e92f75765d4f86d098ab5f7669dfb732e5cecc Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 24 Jan 2021 13:50:22 -0500 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 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; }