Skip to content

Commit

Permalink
feat: #8 added ZUnivers channels ID from Zerator's Discord Guild
Browse files Browse the repository at this point in the history
  • Loading branch information
MalikAza committed Apr 30, 2024
1 parent e7e6689 commit 615312a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyZUnivers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
from .utils import (
ZUniversAPIError,
DISCORD_DATE_FORMAT,
is_advent_calendar,
get_ascension_leaderboard,
get_inventory
)
8 changes: 8 additions & 0 deletions pyZUnivers/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 615312a

Please sign in to comment.