aboutsummaryrefslogtreecommitdiffstats
path: root/rasis.py
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-12-03 16:55:22 -0800
committerPinapelz <yukais@pinapelz.com>2025-12-03 16:55:22 -0800
commit2ad7232e56d04528c9ec6864925d9e9d472bf42e (patch)
tree2271e332e19e6ebbba2f71e562071fcde9aaef2e /rasis.py
parent4b359869aa5e6ee32caec89c238a06576b0f1607 (diff)
better seperate JP and INTL vers
Diffstat (limited to 'rasis.py')
-rw-r--r--rasis.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/rasis.py b/rasis.py
index 692ebad..97c0e3f 100644
--- a/rasis.py
+++ b/rasis.py
@@ -66,23 +66,23 @@ def generate_post_content(post_data: dict) -> str:
tags = "#bemani"
case "CHUNITHM_JP":
post_data['headline'] = None
- game = "CHUNITHM (JPN)"
+ game = "CHUNITHM (Japan/日本)"
tags = "#chunithm"
case "CHUNITHM_INTL":
post_data['headline'] = None
- game = "CHUNITHM (International)"
+ game = "CHUNITHM (International/海外版)"
tags = "#chunithm"
case "MAIMAIDX_JP":
post_data['headline'] = None
- game = "maimai DX (JPN)"
+ game = "maimai DX (Japan/日本)"
tags = "#maimaidx"
case "MAIMAIDX_INTL":
post_data['headline'] = None
- game = "maimai DX (International)"
+ game = "maimai DX (International/海外版)"
tags = "#maimaidx"
case x if "ONGEKI_JPN" in x:
post_data['headline'] = None
- game = "O.N.G.E.K.I (JPN)"
+ game = "O.N.G.E.K.I"
tags = "#ongeki"
case "TAIKO":
game = "Taiko no Tatsujin"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage