diff options
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 |
