Skip to content

Commit

Permalink
Set default permissions to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Lekuruu committed Dec 21, 2023
1 parent 019e00a commit 8297852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ def __init__(
country: str,
activated: bool,
discord_id: Optional[int],
permissions: int = 1
permissions: int = 5
) -> None:
self.name = name
self.safe_name = safe_name
Expand Down

0 comments on commit 8297852

Please sign in to comment.