Skip to content

Commit

Permalink
Update src/core/config.py
Browse files Browse the repository at this point in the history
Co-authored-by: Dimosthenis Schizas <[email protected]>
  • Loading branch information
0xEmma and dimoschi authored May 30, 2023
1 parent 78725e6 commit f089f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class Channels(BaseSettings):
BOT_COMMANDS: int
SPOILER: int
BOT_LOGS: int
@validator("DEVLOG", "SR_MOD", "BOT_LOGS", "BOT_COMMANDS", "SPOILER", "BOT_LOGS")
@validator("DEVLOG", "SR_MOD", "VERIFY_LOGS", "BOT_COMMANDS", "SPOILER", "BOT_LOGS")
def check_ids_format(cls, v: list[int]) -> list[int]:
"""Validate discord ids format."""
if not v:
Expand Down

0 comments on commit f089f3f

Please sign in to comment.