diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-12-03 16:22:05 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-12-03 16:22:05 -0800 |
| commit | c9a6eb2a158b2d13c1aa4bd402ee7b1030343914 (patch) | |
| tree | 4019566011cf6206aa4d35b07cc9cdf97d0ad312 /rasis.py | |
| parent | 2edead4d4da0c2f14b7923e8b18889b2358cd52d (diff) | |
allow posts from music_diver
Diffstat (limited to 'rasis.py')
| -rw-r--r-- | rasis.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
