From 000a3f2c01ba35c7f57059d14982b9cedccc66d7 Mon Sep 17 00:00:00 2001 From: Moon <108756201+LifeAdventurer@users.noreply.github.com> Date: Fri, 3 Nov 2023 19:49:32 +0800 Subject: [PATCH] Update and rename matrix.js to matrix.js --- {luck_generator => fortune_generator}/matrix.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {luck_generator => fortune_generator}/matrix.js (96%) diff --git a/luck_generator/matrix.js b/fortune_generator/matrix.js similarity index 96% rename from luck_generator/matrix.js rename to fortune_generator/matrix.js index ec0b4c6..92cd5fb 100644 --- a/luck_generator/matrix.js +++ b/fortune_generator/matrix.js @@ -43,4 +43,4 @@ function Update() { } } -Update(); \ No newline at end of file +Update();