From 81906842665debc9c390c917e8e2e3a030d8c1c7 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 4 Oct 2025 11:59:22 -0700 Subject: refactor: remove game version specific identifiers many of these will continue to work for a long time anyways without necessary updates --- constants.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'constants.py') diff --git a/constants.py b/constants.py index 30452cc..fb5aff8 100644 --- a/constants.py +++ b/constants.py @@ -48,10 +48,12 @@ RSS_FEED_URL="https://arcade-news.pinapelz.com" class CHUNITHM_VERSION(Enum): LUMINOUS_PLUS = 1 VERSE = 2 + X_VERSE = 3 class MAIMAIDX_VERSION(Enum): PRISM = 1 PRISM_PLUS = 2 + CIRCLE = 3 class ONGEKI_VERSION(Enum): REFRESH = 1 -- cgit v1.2.3