diff options
Diffstat (limited to 'constants.py')
| -rw-r--r-- | constants.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
