aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rasis.py3
1 files changed, 3 insertions, 0 deletions
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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage