From 4b359869aa5e6ee32caec89c238a06576b0f1607 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 3 Dec 2025 16:52:00 -0800 Subject: fix taiko spelling --- rasis.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rasis.py b/rasis.py index e964f2d..692ebad 100644 --- a/rasis.py +++ b/rasis.py @@ -85,8 +85,8 @@ def generate_post_content(post_data: dict) -> str: game = "O.N.G.E.K.I (JPN)" tags = "#ongeki" case "TAIKO": - game = "Taiko no Tatsufin" - tags = "#taikonotatsufin" + game = "Taiko no Tatsujin" + tags = "#taikonotatsujin" case "MUSIC_DIVER": game = "MUSIC DIVER" tags = "#music_diver" -- cgit v1.2.3