From c9a6eb2a158b2d13c1aa4bd402ee7b1030343914 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 3 Dec 2025 16:22:05 -0800 Subject: allow posts from music_diver --- rasis.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rasis.py') diff --git a/rasis.py b/rasis.py index 373328e..9b7aaa1 100644 --- a/rasis.py +++ b/rasis.py @@ -72,6 +72,9 @@ def generate_post_content(post_data: dict) -> str: elif "TAIKO" in post_data["identifier"]: game = "Taiko no Tatsujin" tags = "#taikonotatsufin" + elif "MUSIC_DIVER" in post_data["identifier"]: + game = "MUSIC DIVER" + tags = "#music_diver" else: return None -- cgit v1.2.3