From 615312aaef6fed7ef4461af0cbfbc9200e732b9e Mon Sep 17 00:00:00 2001 From: Dakota Date: Tue, 30 Apr 2024 14:08:23 +0200 Subject: [PATCH] feat: #8 added ZUnivers channels ID from Zerator's Discord Guild --- pyZUnivers/__init__.py | 8 +++++++- pyZUnivers/utils.py | 8 ++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/pyZUnivers/__init__.py b/pyZUnivers/__init__.py index e596ad5..30b79e9 100644 --- a/pyZUnivers/__init__.py +++ b/pyZUnivers/__init__.py @@ -7,4 +7,10 @@ from .events import Events from .achievements import Achievements from .tickets import AutoGratting -from .utils import ZUniversAPIError, DISCORD_DATE_FORMAT, is_advent_calendar, get_ascension_leaderboard, get_inventory \ No newline at end of file +from .utils import ( + ZUniversAPIError, + DISCORD_DATE_FORMAT, + is_advent_calendar, + get_ascension_leaderboard, + get_inventory +) \ No newline at end of file diff --git a/pyZUnivers/utils.py b/pyZUnivers/utils.py index c6f50a8..7d8c71d 100644 --- a/pyZUnivers/utils.py +++ b/pyZUnivers/utils.py @@ -29,6 +29,14 @@ "4*": 12, "4*+": 13 } + +JOURNA_BONUS_TICKET_CHANNEL_ID = 808432657838768168 +INVOCATION_IM_FUSION_CHANNEL_ID = 808432737697661008 +PROFIL_SUCCES_DEFIS_CHANNEL_ID = 785944890453393408 +FORGE_CHANNEL_ID = 813980453924896778 +VORTEX_CHANNEL_ID = 824253593892290561 +ON_PARLE_DE_ZUNIVERS_CHANNEL_ID = 785965752628543558 + class Checker(TypedDict): journa: bool bonus: bool